metabobproject/Set Helm Template Image Tag Value
Using `yq`, updates a Helm chart's "image tag" value.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| values_files | The path to the `values.yaml` file that you want to modify. | yes | chart/values.yaml |
| tag_keys | The dot-notation path to the YAML key (or keys, if listed as a CSV) that should be updated. | yes | .image.tag |
| tag_value | The destination tag (the new tag) to create and publish | yes | — |
| bump_level | `patch`, `minor`, `major`, or `null` to skip bumping the Chart version. | yes | — |
Outputs
no outputs