flownative/Flownative Helm OCI Release
Push Helm charts to an OCI compatible repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 16, 2024
- License
- MIT
Pinned Snippet
uses: flownative/action-helm-release@431a2c9da35523bca08137cceec6f417115e3d1f # v2.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| charts_folder | Name of the parent folder containing the individual Helm chart directories. | no | . |
| chart_name | Name of the Helm chart, to be used in the URI to push to. For example, `coffee-manager` | yes | "" |
| chart_version | The tag / version to use as a chart version. For example, `1.2.5-12`. A "v" prefix will be stripped automatically. | yes | "" |
| app_version | The tag / version to use as an app version. For example, `1.2.5-12`. A "v" prefix will be stripped automatically. | yes | "" |
| registry_host | Host name of the OCI compatible registry. For instance: "harbor.example.com" | yes | "" |
| repository_path | Relative path leading to the repository to push to. For instance: "acme-charts" | yes | "" |
| repository_user | Username to use for authenticating against the chart repository | yes | "" |
| repository_password | Password to use for authenticating against the chart repository | yes | "" |
Outputs
no outputs