- 31 Aug, 2017 5 commits
-
-
Justin Scott authored
feat(helm): use openssl sha1 command in Helm get script
-
Matt Butcher authored
'helm upgrade --install' uses the namespace from kube config.
-
Matthew Fisher authored
Update link to wheel
-
Matthew Fisher authored
fix(helm) right syntax is helm.sh/hook-delete-policy
-
Taylor Thomas authored
fix(tiller): fix a warning bug in hook annotation
-
- 30 Aug, 2017 3 commits
-
-
DoctorZK authored
-
Justin Scott authored
Fix(helm): Fix the bug of dependency update deleting subcharts
- 29 Aug, 2017 1 commit
-
-
Justin Scott authored
Currently the bash script that installs Helm is hard-coded to use openssl sha command but some distros like Debian 9 only have sha1. Since the popular current distros have sha1 we can switch to that. Closes(#2859)
-
- 28 Aug, 2017 1 commit
-
-
Tamal Saha authored
-
- 27 Aug, 2017 1 commit
-
-
tamal authored
-
- 25 Aug, 2017 2 commits
-
-
https://github.com/rocky-nupt/helm…xuhaigang authored
Merge branch 'fix-update-delete-subcharts' of https://github.com/rocky-nupt/helm into fix-update-delete-subcharts
-
Taylor Thomas authored
feat(*) add key helm.sh/hook-delete-policy to hook annotation
-
- 24 Aug, 2017 2 commits
-
-
xuhaigang authored
In Helm 2.6.0, the new delete feature that deletes old versions of charts is deleting subcharts that aren't in requirements.yaml. In this patch, I judge the dependency whether it is included in the requirements.yaml before deleting it. Closes #2830
-
DockerZK authored
When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed. Closes #1769
-
- 18 Aug, 2017 2 commits
-
-
Justin Scott authored
fix typo in helm_fetch.md
-
Taylor Thomas authored
Fix curl error Failed writing body
-
- 17 Aug, 2017 2 commits
-
-
Matt Butcher authored
feat(tiller): limit number of versions stored per release
-
lichuqiang authored
-
- 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 3 commits
-
-
Matt Butcher authored
Fix the default NOTES.txt and values.yaml
-
Ergin Babani authored
-
Ergin Babani authored
Use the current kube config namespace by default if --namespace is not specified. This makes 'helm upgrade --install' and 'helm install' handle namespaces the same way.
-
- 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
-