helmfile/pkg
Yujun Zhang a161796dc4
feat: Allow overriding chart via flag (#1751)
Adds `--chart` flag for overriding the selected release's chart ad-hoc-ly like `helmfile --chart $CHART template`.
This is handy when e.g. you want to have an ArgoCD application per each release in your helmfile.yaml, while also providing the ability to customize the release's chart without touching helmfile.yaml.

See https://github.com/roboll/helmfile/issues/1690#issuecomment-812321354 for more context.

Closes #1690
2021-04-06 13:20:41 +09:00
..
app feat: Allow overriding chart via flag (#1751) 2021-04-06 13:20:41 +09:00
argparser Bump sprig to v3.1.0 and mergo 3.11 (#1456) 2020-09-04 09:58:54 +09:00
environment Fix: populate .Values regardless of prestate success (#1202) 2020-04-17 09:18:01 +09:00
event feat: Allow overriding chart via flag (#1751) 2021-04-06 13:20:41 +09:00
exectest feat: added in oci repository flag and added helm methods to pull and export charts (#1629) 2021-01-28 09:02:00 +09:00
helmexec Fix helmfile-template not writing to stdout (#1737) 2021-03-25 10:16:52 +09:00
maputil Add indexed key support to --state-values-set (#1042) 2019-12-17 07:31:42 +09:00
plugins feat(template): added secret template function (#1221) 2020-04-25 21:10:02 +09:00
remote Fix error on concurrent go-getter on same URL (#1669) 2021-02-05 09:02:21 +09:00
state feat: Allow overriding chart via flag (#1751) 2021-04-06 13:20:41 +09:00
testhelper Fix the logic of helmfile deps and add tests. (#1588) 2020-11-19 09:29:59 +09:00
tmpl Use ghodss/yaml for yaml marshaling & unmarshaling in template (#1556) 2020-12-13 11:03:20 +09:00