lfreleng-actions/☸️ Helm Chart Publisher
Publishes Helm Charts to an OCI container repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/helm-chart-publish-action@f5a08b0fcffcc00734d3b597b107aa2260619d60 # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Username for the repository | yes | — |
| password | Password for the repository | yes | — |
| registry | Destination container registry | no | docker.io |
| organisation | Organization/namespace in the container registry | no | ${{ github.repository_owner }} |
| charts_path | Path to the Helm charts directory | no | ./chartstorage |
| permit_fail | Allow action to fail without failing the workflow | no | false |
Outputs
| name | description |
|---|---|
| published_files | List of successfully published files |
| publication_count | Number of files successfully published |
| failed_count | Number of files that failed to publish |
| failed_files | List of files that failed to publish |