actions-marketplace-validations/Helm OCI Chart Releaser
Push Helm charts to OCI-based (Docker) registries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 16, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/appany_helm-oci-chart-releaser@d94988c92bed2e09c6113981f15f8bb495d10943 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Chart name | yes | — |
| repository | Chart repository name | yes | — |
| tag | Chart version | yes | — |
| app_version | Set appVersion in the Chart | no | — |
| path | Chart path (Default 'charts/{name}') | no | — |
| registry | OCI registry | yes | — |
| registry_username | OCI registry username | yes | — |
| registry_password | OCI registry password | yes | — |
| sign | Use a PGP private key to sign this package | no | false |
| signing_key | Name of the key to use when signing. Required if "sign" is true | no | "" |
| signing_passphrase | Passphrase for the signing key | no | "" |
| signing_keyring | Location of the public keyring | no | ~/.gnupg/secring.gpg |
| update_dependencies | Update chart dependencies before packaging (Default 'false') | no | false |
Outputs
| name | description |
|---|---|
| image | Chart image (Default '{registry}/{repository}/{image}:{tag}') |