- 06 Sep, 2017 1 commit
-
-
Steven E. Harris authored
The test never reads the manifest type's "content" field, so there's no reason to populate it explicitly with its zero value.
-
- 05 Sep, 2017 4 commits
-
-
Matthew Fisher authored
add section on semantic versioning
-
Matthew Fisher authored
Fixes #2888. Clarifies that use of default command should stay DRY
-
Matthew Fisher authored
This documentation was ripped from the Helm v2.2.0 release notes. I've referenced it enough times that it should be placed somewhere in the documentation.
-
Matthew Fisher authored
feat(helm): add `template` command
-
- 02 Sep, 2017 2 commits
-
-
Matthew Fisher authored
easy install cmd copy/paste for those living on the edge
-
ReSearchITEng authored
easy copy/paste for those living on the edge :)
-
- 01 Sep, 2017 1 commit
-
-
Scott Rigby authored
-
- 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 2 commits
-
-
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)
-
Justin Scott authored
This adds the functionality from the helm-template plugin to allow the rendering of templates without Tiller. Closes #2755
-
- 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 2 commits
-
-
Matt Butcher authored
Fix the default NOTES.txt and values.yaml
-
Ergin Babani authored
-