- 11 Apr, 2018 10 commits
-
-
Chance Zibolski authored
-
Chance Zibolski authored
-
Chance Zibolski authored
The previous code validated the manifests exist within the file system, which only works when a chart is unpacked, meaning children charts stored as tgz's in the parent chart's `charts/` directory don't exist as individual files in the filesystem, causing validation to file. Instead, we validate against the paths within the chart itself rather than the filesystem, handling both chart.tgz's and charts that are unpacked as directories in the chart/ directory.
-
Matthew Fisher authored
Remove Mercurial build-time dependency
-
Manuel Rüger authored
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in https://github.com/kubernetes/helm/commit/845e99014362983d01179a411ae664b104e6c1f7#diff-f16a80eae23d5b298c2652448ec420cfL4
-
Matthew Fisher authored
Basic auth credentials from repo not used in install/upgrade/fetch co…
-
eyalbe4 authored
-
Matthew Fisher authored
Fix some typo
-
xianlubird authored
Signed-off-by: xianlubird <xianlubird@gmail.com>
-
Matthew Fisher authored
fix `helm get manifest` context deadline exceeded error
-
- 10 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Proper none not in capitals
-
AdamDang authored
Helm is a proper none, should be written in capitals.
-
- 08 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Template comment in docs - syntax error fix
-
Erik Sundell authored
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
-
- 07 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Fix some typos
-
AdamDang authored
typo fix get->Get's
-
- 06 Apr, 2018 11 commits
-
-
Matthew Fisher authored
fix(docs): Add the missing docs
-
Taylor Thomas authored
Because I was too stupid to regen the docs and flake made it so we didn't get a reminder
-
Taylor Thomas authored
fix(package): Adds missing `set-string` flag and parameter
-
Taylor Thomas authored
A recent PR (#3471) wasn't up to date with the latest master changes. This fixes the issue and adds the right number of parameters to the `vals` function call.
-
Nikhil Manchanda authored
fix output leak from tiller release install test
-
Taylor Thomas authored
Fix: Failed rollback left in PENDING_ROLLBACK state
-
Matthew Fisher authored
rename TPR to CRD
-
Taylor Thomas authored
remove unused servicePort from default ingress template
-
Matthew Fisher authored
feat: add --set and --values options to 'helm package'
-
Steffen Windoffer authored
-
AdamDang authored
outout->output Get's->get the the->the
-
- 05 Apr, 2018 6 commits
-
-
Matthew Fisher authored
Updates readme with chocolatey install command for Windows
-
Taylor Thomas authored
return a non 0 exit code when lint fails due to missing Chart.yaml
-
Stefan Henseler authored
-
Taylor Thomas authored
Update rbac.md
-
Matthew Fisher authored
-
Matthew Fisher authored
Fixes typos introduced in #3540.
-
- 04 Apr, 2018 7 commits
-
-
Daryl Walleck authored
-
Michelle Noorali authored
fix(pkg/tiller): saves all previous computed values on reuseValues
-
Michelle Noorali authored
Fix #3822
-
Michelle Noorali authored
ref(cmd/upgrade): update reuse-values flag descrip
-
Michelle Noorali authored
helps clarify behavior. See #3655
-
Michelle Noorali authored
-
Michelle Noorali authored
Resolves #3655 We were seeing that when running helm upgrade with the reuse-values flag enabled that you could end up in the position where overrides a.k.a computed values from previous revisions were not being saved on the updated revision. This left us in a weird position where some computed values would disappear mysteriously in the abyss. That happened because computed values from previous revisions weren't merged with the new computed values every time the reuse-values flag was used. This PR merges computed values from the previous revisions so you don't end up in that kind of conundrum.
-