- 19 Apr, 2018 2 commits
-
-
Colin Dickson authored
-
Matthew Fisher authored
swallow the error when returning the default HTTP client
-
- 18 Apr, 2018 6 commits
-
-
Adam Reese authored
fix(kube): get correct versioned object from info helper
-
Adam Reese authored
fixes: #3826
-
Michelle Noorali authored
support removing multiple repositories using repo remove command
-
Michelle Noorali authored
Add App Version to the helm ls command.
-
Michelle Noorali authored
Typo fix in functions_and_pipelines.md
-
Michelle Noorali authored
ref(pkg/plugin): create clean path for extracting files
-
- 17 Apr, 2018 11 commits
-
-
Matthew Fisher authored
-
Adam Reese authored
fix(kube): use correct object type in watch
-
Adam Reese authored
fixes #3902
-
Michelle Noorali authored
fix(pkg/strvals): evaluate "null" values
-
Michelle Noorali authored
resolves #3891 Co-authored-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Correct the returned message in reset_test.go
-
Matthew Fisher authored
Correct the returned message
-
Michelle Noorali authored
-
AdamDang authored
Correct the returned message
-
AdamDang authored
Correct the returned message
-
Matthew Fisher authored
Revert "feat: add --set and --values options to 'helm package'"
-
- 16 Apr, 2018 2 commits
-
-
Matthew Fisher authored
This reverts commit a930eb7f.
-
Derek Bassett authored
-
- 15 Apr, 2018 2 commits
-
-
AdamDang authored
useable->usable
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 14 Apr, 2018 4 commits
-
-
Matthew Fisher authored
Create PodSecurityPolicy before Pods and ServiceAccounts
-
Sergii Manannikov authored
-
Matthew Fisher authored
Resolve warning from golint on template command unit test
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 13 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Document apiVersion field
-
Jesse Weinstein authored
Added in https://github.com/kubernetes/helm/issues/1264
-
- 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 8 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
-