nextdoor/Set Helm Template Image Tag Value

Using `yq`, updates a Helm chart's "image tag" value.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
values_filesThe path to the `values.yaml` file that you want to modify.yeschart/values.yaml
tag_keysThe dot-notation path to the YAML key (or keys, if listed as a CSV) that should be updated.yes.image.tag
tag_valueThe destination tag (the new tag) to create and publishyes
bump_level`patch`, `minor`, `major`, or `null` to skip bumping the Chart version.yespatch
helm_docsEnables or disables (`true` or `false`) automated updating of the Helm documentation.yestrue
commit_branchIf supplied, the job will check out this branch before making any git commits. This is useful when you are running this action on a Tag trigger rather than a branch or pull-request trigger.no
commit_tagIf supplied, the job will create a new branch pointing to the commit that has just been created as part of the release process. If you do not set $commit_branch, you must set $commit_tag or the final `git push` will fail.no
commit_messageCommit messagenoAutomated commit on behalf-of ${{ github.actor }}
commit_and_pushWhether to commit and push to remote.yestrue
forceIf true, then the git tag event (and the git push) will be forced. This will overwrite existing tags.yestrue
commit_optionsCommit options (eg. --no-verify)no""
verboseIf set to 'true', then the 'set -x' flag will be turned on to help debug the action.nofalse
dryIf set to 'true', then at the end of the work a Git diff will be printed out, but no git push will happen.nofalse

no outputs