- 05 Jun, 2017 2 commits
-
-
Sushil Kumar authored
``` - name: <dependency-chart-name> alias: <alias-name-to-be-used> version: <dependency-chart-version> repository: <dependency-chart-version> ```
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2508
-
- 25 May, 2017 1 commit
-
-
Sushil Kumar authored
-
- 23 May, 2017 1 commit
-
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2383 Sample `requirements.yaml` I used for test purpose was for wordpress chart ```dependencies: - name: mariadb version: 0.5.10 repository: https://kubernetes-charts.storage.googleapis.com/ alias: - db1 - db2 - db3 ```
-
- 12 Apr, 2017 1 commit
-
-
Matt Butcher authored
This fixes a segfault that was the result of assigning to a property of a nil pointer. Closes #2244
-
- 04 Apr, 2017 1 commit
-
-
Justin Scott authored
Fixes a bug where tags and conditions specified in values.yaml were not being respeceted, causing incorrect loading of subcharts. Closes #2139
-
- 31 Mar, 2017 8 commits
-
-
Justin Scott authored
-
Justin Scott authored
Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field.
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
Implements a mechanism in requirements.yaml to allow the import and re-parenting of value table from child chart. Closes #1995
-
- 11 Feb, 2017 5 commits
-
-
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
-
- 23 Sep, 2016 2 commits
-
-
Matt Butcher authored
This also refactors significant portions of the CLI, moving much of the shared code into a library. Also in this release, a testing repository server has been added.
-
Matt Butcher authored
-