Tags: wyatt7966/helmfile
Tags
2019-01-21T16:30:07Z 171eacf release: fix hack/semtag when there are one or more git remotes before `origin` 7d976e5 Semi-automate minor/patch version tagging f813ac2 feat: Release Template (roboll#439) 23178b3 docs: Remove `go get` from the recommended installation methods (roboll#437) fea6203 fix: cleanup hook executed too early for apply command (roboll#426) 1f7a8dd fix: prepare hook is not executed for diff command (roboll#425) 413ab4f adds Homebrew as an installation method (roboll#418)
feat: configurable common path prefix for values files (roboll#408) Removes duplicated declaration path for cleaner helmfile, for example, this configuration. ``` - chart: projectABC name: {{ .Environment.Name }}-projectABC namespace: abc version: {{ .Environment.Values.projectABC.chart.version }} valuesPathPrefix: ../values/{{ .Environment.Name }}/ values: - common.yaml - project-abc.yaml - platform.yaml - ... secrets: - secrets.yaml ```
Fixes roboll#383. Deprecated `context` directive in favor of helmDefa… …ults.kubeContext (roboll#401)
fix: incomplete environment values merging (roboll#378) Fixes roboll#377 Ref darccio/mergo#81
feat: `get` and `getOrNil` template funcs to allow defaulting in temp… …lates (roboll#370) * feat: `get` and `getOrNil` template funcs to allow defaulting in templates Ref roboll#357 * Add docs about missing keys and default values in templates
fix(ci,doc): follow up for default non-interactivity of helmfile (rob… …oll#375) The integration test was failing due to that it was still using `--auto-approve` flag which was removed. The documentation was still refering to `--auto-approve` and had no explanation about the new `--interactive` flag. This fixes all these issues. This a follow up for roboll#368 See roboll#374 (comment) for more context.
PreviousNext