izertis/Deliverybot Helm Action

Deploys a helm chart

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
chartHelm chart path. If set to "app" this will use the built in helm chart found in this repository. (required)yes
valuesHelm chart values, expected to be a YAML or JSON string.no
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
helmHelm binary to execute, one of [helm, helm3].no
tokenGithub repository token. If included and the event is a deployment the deployment_status event will be fired.no
value-filesAdditional value files to apply to the helm chart. Expects JSON encoded array or a string.no
secretsSecret variables to include in value file interpolation. Expects JSON encoded map.no
versionVersion of the app, usually commit sha works here.no

no outputs