- 12 Apr, 2018 3 commits
-
-
Justin Scott authored
fix(helm): fix importValues warnings from disabled charts
-
Matthew Fisher authored
(fix) Handle caFile alone being set for repos
-
Nikhil Manchanda authored
Update helm template -x to support children chart manifests in more cases
-
- 11 Apr, 2018 19 commits
-
-
Chance Zibolski authored
-
Chance Zibolski authored
The testing.T in the subtest wasn't being used, so subtests were effectively not being used. Additionally, in case subtests run in parallel, we assign tt := tt to fix closure captures on range variables, since the variables produced by a range are re-used between iterations.
-
Chance Zibolski authored
-
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
refactor tiller release install unit tests using chart and install request stubs
-
Matthew Fisher authored
remove optional field from charts and templates
-
Taylor Thomas authored
refactor reset command unit tests to remove duplication
-
Matthew Fisher authored
-
Matthew Fisher authored
refactor release_testing unit tests to utilize runReleaseCases
-
Matthew Fisher authored
toYaml - Fix #3470 and #3410's trailing \n issues
-
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.
-
- 09 Apr, 2018 1 commit
-
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 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 3 commits
-
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Matthew Fisher authored
Fix some typos
-
AdamDang authored
typo fix get->Get's
-
- 06 Apr, 2018 10 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
-