cloudposse-releaser
released this
12 Jul 16:42
·
1 commit
to refs/heads/main
since this release
Feature: break glass input `helm-args` and set globals for subcharts to use. @Benbentwo (#62)
## what * Added break glass input `helm-args` incase our set values do not suffice * Added `--set global.image.tag` as the globals can be universally referenced (see references)why
- break glass provided so this is highly extensible
global
added for subcharts. this way you can reuse your chart several times and override the image of a deployment with{{ $.Values.global.image.tag }}