flownative/Flownative Helm OCI Release

Push Helm charts to an OCI compatible repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 16, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: flownative/action-helm-release@431a2c9da35523bca08137cceec6f417115e3d1f # v2.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
charts_folderName of the parent folder containing the individual Helm chart directories.no.
chart_nameName of the Helm chart, to be used in the URI to push to. For example, `coffee-manager`yes""
chart_versionThe tag / version to use as a chart version. For example, `1.2.5-12`. A "v" prefix will be stripped automatically.yes""
app_versionThe tag / version to use as an app version. For example, `1.2.5-12`. A "v" prefix will be stripped automatically.yes""
registry_hostHost name of the OCI compatible registry. For instance: "harbor.example.com"yes""
repository_pathRelative path leading to the repository to push to. For instance: "acme-charts"yes""
repository_userUsername to use for authenticating against the chart repositoryyes""
repository_passwordPassword to use for authenticating against the chart repositoryyes""

no outputs