- 20 Jul, 2017 4 commits
-
-
Sam Leavens authored
Reduce comment spacing to single tab.
-
Sam Leavens authored
Make comment for PathValue more explanatory.
-
Sam Leavens authored
Fix inverted equaility check and update error message.
-
Sam Leavens authored
Capitalize "yaml" in error message. Remove empty var from test error message.
-
- 19 Jul, 2017 1 commit
-
-
Sam Leavens authored
'fmt.Errorf' is unnecessary when checking for 0 length path in Values.PathValue due to the lack of formatting. Add test covering changes.
-
- 07 Jul, 2017 2 commits
-
-
Scott Rigby authored
Test that the coalesced key is properly removed for all YAML null syntax options, but not for empty string
-
Scott Rigby authored
- Note that this covers all YAML null syntax options: ref: http://yaml.org/type/null.html - Note that we do a nil comparison because the encoding/yaml package parses YAML properly and any variation of null, Null, NULL, or ~ is converted to nil by the time we get here.
-
- 02 Jul, 2017 1 commit
-
-
Ilya Semenov authored
-
- 26 Jun, 2017 1 commit
-
-
Justin Scott authored
-
- 22 Jun, 2017 1 commit
-
-
Sushil Kumar authored
Added more tests to test following comibnations of subcharts and requirements.yaml - [ ] subcharts not specified in requirements.yaml - [ ] some subcharts specified in requirements.yaml while others should be picked directly from "charts\" - [ ] all subcharts specified in requirements.yaml without alias - [ ] subcharts specified in requirements.yaml with alias is already tested
-
- 21 Jun, 2017 2 commits
-
-
Sushil Kumar authored
Dependencies should be processed even if they are not added to requirements.yaml Fixes https://github.com/kubernetes/helm/issues/2599
-
Sushil Kumar authored
This was needed to get correct sha for requirements.yaml and requirements.lock Fixes https://github.com/kubernetes/helm/issues/2598
-
- 18 Jun, 2017 1 commit
-
-
Reinhard Nägele authored
-
- 16 Jun, 2017 1 commit
-
-
Reinhard Nägele authored
-
- 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
-
- 02 Jun, 2017 1 commit
-
-
Justin Scott authored
The function chartutil.processImportValues was merging values unnecessarily and incorrectly merging --set values. Closes #2331
-
- 25 May, 2017 2 commits
-
-
Sushil Kumar authored
-
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 ```
-
- 18 May, 2017 1 commit
-
-
lead4good authored
-
- 02 May, 2017 1 commit
-
-
Adnan Abdulhussein authored
-
- 01 May, 2017 1 commit
-
-
Matt Butcher authored
This fixes a TOML panic by replacing one parser library with another. The older library did not gracefully handle reflection issues, and so was prone to panic. The new one is not great, but it doesn't seem to panic. Closes #2271
-
- 19 Apr, 2017 1 commit
-
-
Matthias Thubauville authored
-
- 17 Apr, 2017 1 commit
-
-
Sushil Kumar authored
Fixes issues/2276: helm dependency list hangs if run on large directory
-
- 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
-
- 11 Apr, 2017 1 commit
-
-
Adam Reese authored
Rebase on kubernetes v1.6
-
- 09 Apr, 2017 2 commits
-
-
Scott Rigby authored
-
Scott Rigby authored
-
- 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 9 commits
-
-
Justin Scott authored
-
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
-
- 26 Mar, 2017 1 commit
-
-
Scott Rigby authored
-