- 14 Feb, 2017 3 commits
-
-
Matt Butcher authored
feat(*): add support for test-failure hook
-
Adam Reese authored
fix(kube): prevent recreating pods without a selector
-
Michelle Noorali authored
resolves #1927
-
- 13 Feb, 2017 17 commits
-
-
Adam Reese authored
-
Michelle Noorali authored
chore(docs/): document `helm test` feature
-
Matt Butcher authored
feat(helm): add conditions and tags
-
Taylor Thomas authored
feat(helm): add local path support for deps in requirements.yaml
-
Taylor Thomas authored
feat(helm): add cleanup flag to test command
-
Vaughn Dice authored
-
Qin Wang authored
nit: fix spelling of dependency
-
Justin Scott authored
-
Michelle Noorali authored
-
Qin Wang authored
-
Qin Wang authored
fix change requests
-
Qin Wang authored
The following commands: helm dep update helm dep build are now able to take a requirements.yaml with dependency charts' repo defined as: file://../local/path or file:///root/path closes: #1884
-
Matt Butcher authored
fix(helm): add warnings for missing chart dependencies
-
Matt Butcher authored
feat(*): add --namespace flag to 'helm list'
-
Matt Butcher authored
docs(related): Add link to croc-hunter video
-
wilkers-steve authored
-
Steve Wilkerson authored
When 'helm install', 'helm package', and 'helm upgrade' are run, Helm will not issue any warnings if any dependencies listed in a chart's requirements.yaml file are missing. This change includes warnings when a chart is found in requirements.yaml but isn't in charts/. Closes #1567
-
- 12 Feb, 2017 1 commit
-
-
Justin Scott authored
-
- 11 Feb, 2017 8 commits
-
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
This feature adds the ability to selectively control the loading of charts using entries in top chart's values. When 'helm install --set tags.mytag=true', charts with that tag will be enabled unless disabled in parent by condition. When 'helm install --set mychart.enabled=true', charts with that yaml path specified will be enabled. Closes #1837
-
Sean Knox authored
Closes #1894
-
- 10 Feb, 2017 11 commits
-
-
Adam Reese authored
feat(kube): support upgrading ThirdPartyResources
-
Adam Reese authored
-
Adam Reese authored
ref(kube): code style cleanup
-
Matt Butcher authored
Fixes #1898: Proposal: move downloader and resolver package to /pkg
-
Adam Reese authored
-
Adam Reese authored
feat(kube): support third party resources
-
Adam Reese authored
-
Adam Reese authored
-
Matt Butcher authored
docs(related): add Drone Helm plugin
-
-
Gergo Huszty authored
-