- 16 Feb, 2017 3 commits
-
-
Matt Butcher authored
docs(index): Move doc index into a separate file.
-
Matt Butcher authored
docs(related): add CI/CD docs
-
Matt Butcher authored
fix(helm): fix broken cache paths in repositories
-
- 15 Feb, 2017 3 commits
-
-
Matt Butcher authored
This removes the full TOC from the README and puts it in an index. This will help when we begin to autogenerate a website based on documentation.
-
Matt Butcher authored
Closes #1564
-
Matt Butcher authored
A regression was committed during 2.2.0 that broke the repositories.yaml file format, switching the cache path from relative to absolute. This fixes the error. Closes #1974
-
- 14 Feb, 2017 6 commits
-
-
Adam Reese authored
-
Matt Butcher authored
fix(style): add missing comments
-
Matt Butcher authored
-
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 2 commits
-
-
Adam Reese authored
feat(kube): support upgrading ThirdPartyResources
-
Adam Reese authored
-