actions-marketplace-validations/Helm Push
Pushes a local chart to a ChartMuseum or OCI compatible registry. Supports token based auth and Chart.yaml version override.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | API Token with read/write permissions to the helm registry | no | "" |
| username | Username read/write permissions to the helm registry | no | "" |
| password | Password with read/write permissions to the helm registry | no | "" |
| registry-url | Repository url | yes | "" |
| chart-folder | Relative path to chart folder | no | chart |
| version | Chart Version | no | "" |
| appVersion | App Version | no | "" |
| force | Whether or not to override existing chart with same version | no | false |
| update-dependencies | Whether or not to update dependencies before packaging | no | false |
| useOCIRegistry | If publishing to big cloud registries, utilizing OCI container spec for helm packages, set to true | no | false |
| add-repositories | Optionally add list of Helm Repositories to add running `helm repo add $args` for each line | no | "" |
Outputs
no outputs