dharmalife-foundation/Helm Package Push
Action to package a helm chart and push it to the chart repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 18, 2025
- License
- None
Pinned Snippet
uses: dharmalife-foundation/helm-package-push@00143a6733b683bc68f3b527d00dfeb5e0c2ad4c # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dev | Whether to create a development chart | no | false |
| project_id | Google Cloud project ID | yes | — |
| workload-identity_provider | GCP Workload Identity Provider | yes | — |
| push | Push the chart to the chart repo | no | true |
| app-version | The version of the application | no | "" |
| working-dir | The working directory of the project | no | . |
Outputs
| name | description |
|---|---|
| chart-name | The name of the chart |
| chart-version | The version of the chart |