formelio/Helm deploy with support for Helm Secrets

Helm deploy action with support for Helm Secrets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
releaseHelm release name. (required)yes
namespaceKubernetes namespace name. (required)yes
chartHelm chart path. (required)yes
chart-versionHelm chart version.no
repositoryHelm repository to get the chart from.no
valuesHelm chart values, expected to be a YAML or JSON string.no
value-filesAdditional value files to apply to the helm chart. Expects JSON encoded array or a string.no
secrets-filesHelm Secrets files to apply to the helm chart as values.no
taskTask name. If the task is "remove" it will remove the configured helm release.no
dry-runHelm dry-run optionno
atomicIf true, upgrade process rolls back changes made in case of failed upgrade. Defaults to true.no
timeoutHelm upgrade timeout.no
imageImage to deploy. Overrides the values specified by imageFields.no
image-fieldsFields to insert the image name in. Expects JSON encoded array or a string. Defaults to "image.name".no
tagImage tag to deploy, usually commit sha or Git tag. Overrides the values specified by tagFields.no
tag-fieldsFields to insert the image tags in. Expects JSON encoded array or a string. Defaults to "image.tag".no

no outputs