actions-marketplace-validations/Helm Deploy Release

Deploys a helm chart to Kubernetes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
releaseHelm release name. Will be combined with track if set. (required)yes
namespaceKubernetes namespace name. (required)yes
chartPath to Helm chart. (required)yes
taskTask name. If the task is "remove" it will remove the configured helm release.no
dry-runSimulate an upgrade.no
atomicIf true, upgrade process rolls back changes made in case of failed upgrade. Defaults to true.no
valuesValue files to apply to the helm chart. Expects JSON encoded array or a string.no
varsVariables to include in value file interpolation. Expects JSON encoded map.no
secretsSecret variables to include in value file interpolation. Expects JSON encoded map.no
chart-versionChart Versionno
versionVersion of the app, usually commit sha works here.no
timeoutA Go duration value to wait for Kubernetes commands to complete. This defaults to 5m0s.no
argsList of deploy-time argsno

no outputs