- 18 Aug, 2017 2 commits
-
-
Dmitry Shulyak authored
os args will be used to specify grpc server socket, either --listen or -l can be used as an argument to rudder binary
-
Taylor Thomas authored
Fix curl error Failed writing body
-
- 17 Aug, 2017 1 commit
-
-
Matt Butcher authored
feat(tiller): limit number of versions stored per release
-
- 16 Aug, 2017 10 commits
-
-
Kira authored
* feat(2450): add options to chart metadata
-
Matt Butcher authored
fix(CONTRIBUTING): added note about who merges a PR
-
Matt Butcher authored
feat(helm):Support reading the values file from STDIN
-
Adam Reese authored
-
Taylor Thomas authored
Delete old deps after chart deps are updated
-
xuhaigang authored
We can use the command like <pre>sed "s|foo|bar|g" values-template.yaml | helm install -f - stable/foo</pre> This may be helpful in scripting. Closes #2709
-
Justin Scott authored
feat(tiller): sort manifests alphabetically if they are same kind
-
Justin Scott authored
Remove length check from subsort test. Add check for unknowns.
-
Justin Scott authored
-
Justin Scott authored
Updates Tiller manifest sorting so that manifests of the same kind are then sorted alphabetically. Closes #1696
-
- 15 Aug, 2017 1 commit
-
-
Matt Butcher authored
Fix the default NOTES.txt and values.yaml
-
- 14 Aug, 2017 2 commits
-
-
Justin Scott authored
Fix Typo in Contributing Guidelines
-
Tim H authored
Do not close the pipe early, output only the first version found. wget command changed for consistency. Fixes #2802
-
- 13 Aug, 2017 1 commit
-
-
Malepati Bala Siva Sai Akhil authored
-
- 10 Aug, 2017 5 commits
-
-
Justin Scott authored
Add nebril to OWNERS
-
Matt Butcher authored
This adds a new configuration option to Tiller to limit the number of records stored per release. Tiller stores historical release information (helm history, helm rollback). This makes it possible to set a maximum number of versions per release. To enable this feature, use `helm init --history-max NNN`. Note that because of the restrictions on Deployment objects, you will have to re-install Tiller to add a limit. Along the way, I found an unreported bug in the Memory storage driver. This fixes that bug and adds substantially more tests to catch regressions. Closes #2332
-
Maciej Kwiek authored
-
Maciej Kwiek authored
This change changes the order of operations in pkg/downloader.Manager.downloadAll Old charts are moved to tmp directory which is restored in case any dependency update fails. Otherwise tmp dir is deleted.
-
Michelle Noorali authored
updated pullpolicy example
-
- 09 Aug, 2017 2 commits
-
-
Dan O'Brien authored
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
-
Maxime Guyot authored
-
- 08 Aug, 2017 5 commits
-
-
Michelle Noorali authored
chore(docs): add guide for service accounts
-
Taylor Thomas authored
feat(helm):use a variable for labels to get tiller pod
-
Taylor Thomas authored
Redefine the err variable in NewChartRepository, otherwise errors migh slip through
-
Taylor Thomas authored
fix(pkg/strvals): preserve leading zeros in vals
-
Taylor Thomas authored
Add link to wheel.
-
- 07 Aug, 2017 7 commits
-
-
Taylor Thomas authored
Updating default values.yaml comments
-
Michelle Noorali authored
-
Michelle Noorali authored
Add godoc reference badge
-
Justin Scott authored
Add requirements.yaml to Charts file structure
-
Mohammad Asif Siddiqui authored
-
Mohammad Asif Siddiqui authored
-
Jerry Zhou authored
-
- 06 Aug, 2017 2 commits
-
-
tamal authored
-
Laurens Vanderhoven authored
-
- 04 Aug, 2017 2 commits
-
-
Maciej Strzelecki authored
-
Baofa Fan authored
* delete secret when helm reset * add test * expected 3 actions
-