- 16 Mar, 2017 6 commits
-
-
Adam Reese authored
-
Qin Wang authored
Version matching is used for checking status of subcharts. closes: #2056
-
Matt Butcher authored
If a release's v1 config map was removed, 'helm upgrade' would fail. It was calling the wrong function to get its history. This has been fixed. Closes #1829
-
Taylor Thomas authored
Headless services (with `clusterIP` set to `None`) were reporting as not being ready because they didn't have an IP address. This adds a logic check to ignore those services.
-
Adam Reese authored
If a selector is created from invalid values it will return nil. Which is EVERYTHING!!! closes: #2115
-
Adam Reese authored
closes #2098
-
- 07 Mar, 2017 2 commits
-
-
Adam Reese authored
-
Taylor Thomas authored
When manifests do not change, they didn't get populated with the latest label info from the API server and then panic'd. This resolves that bug Closes #2043
-
- 24 Feb, 2017 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
fixes #2006
-
Michelle Noorali authored
* resolves #1973
-
- 23 Feb, 2017 1 commit
-
-
Adam Reese authored
-
- 16 Feb, 2017 1 commit
-
-
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 3 commits
-
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-