bitdeps/Helm OCI Charts Releaser

Publish multiple Helm charts into an OCI registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe chart-releaser version to use (default: v3.13.2)nov3.19.4
charts_dirThe chart(s) directoryno
oci_registryThe OCI registry hostyes
oci_usernameThe username used to login to the OCI registryyes
oci_passwordThe OCI user's passwordyes
github_tokenGithub Actions token must be provided to manage release creation and updateyes
install_dirHelm installation directoryno
skip_helm_installJust install helm tool and don't release any chartsno
skip_dependenciesSkip dependency update during packagingno
skip_existingSkip package upload if release existsno
skip_uploadSkip the chart package upload if the GithHub release existsno
skip_oci_loginSkip the OCI login step (rely on existing credentials)no
mark_as_latestMark the created GitHub release as 'latest'notrue
tag_name_patternSpecifies GitHub repository release naming pattern (ex. '{chartName}-chart')no
skip_gh_releaseSkip the GitHub release creationno
namedescription
changed_chartsA comma-separated list of charts that were released on this run. Will be an empty string if no updates were detected, will be unset if `--skip_packaging` is used: in the latter case your custom packaging step is responsible for setting its own outputs if you need them.
chart_versionThe version of the most recently generated charts; will be set even if no charts have been updated since the last run.