- 14 Nov, 2017 1 commit
-
-
Matthew Fisher authored
-
- 11 Oct, 2017 1 commit
-
-
Adam Reese authored
-
- 10 Oct, 2017 1 commit
-
-
Justin Scott authored
This feature enables users to specify more control over where Tiller pod lands by allowing "node-selectors" to be specified. Alternatively, the "--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq). Closes #2299
-
- 09 Oct, 2017 1 commit
-
-
Remington Reackhof authored
-
- 06 Oct, 2017 1 commit
-
-
Matt Farina authored
>0.0.0-a does not match pre-releases on 0.0.0 that start with a capital letter or number. This has to do with the ordering of code points. Numbers and capital letters come before lowercase letters. >0.0.0-0 should match all valid pre-releases on 0.0.0. According to the spec, "Numeric identifiers MUST NOT include leading zeroes." A 0 is also the lowest code point for all the allowed characters in a pre-release
-
- 26 Sep, 2017 3 commits
-
-
Neil Moore authored
-
Neil Moore authored
-
Neil Moore authored
-
- 12 Sep, 2017 1 commit
-
-
Sharno authored
-
- 11 Sep, 2017 2 commits
-
-
Kazuki Suda authored
This commit adds --kube-version flag to helm template. It allows you to override the Kubernetes version used as Capabilities.KubeVersion.Major/Minor (e.g. 1.7).
-
Kazuki Suda authored
-
- 08 Sep, 2017 1 commit
-
-
flyer103 authored
-
- 06 Sep, 2017 1 commit
-
-
xuhaigang authored
helm search cannot search for upper case by --regexp, because it lowers all the letters when build repo index. Closes #2865
-
- 29 Aug, 2017 1 commit
-
-
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
-
-
xuhaigang authored
In this feature, we can use -f option with remote files, same as kubectl accepts URLs. I add an option to send a 'get' request when read the local file failed. Closes #2642
-
- 17 Aug, 2017 1 commit
-
-
lichuqiang authored
-
- 16 Aug, 2017 1 commit
-
-
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
-
- 15 Aug, 2017 1 commit
-
-
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.
-
- 10 Aug, 2017 2 commits
-
-
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
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.
-
- 04 Aug, 2017 2 commits
-
-
Maciej Strzelecki authored
-
Baofa Fan authored
* delete secret when helm reset * add test * expected 3 actions
-
- 01 Aug, 2017 1 commit
-
-
xuhaigang authored
Helm dependency update --verify should fail when verification fails. Closes #2717
-
- 14 Jul, 2017 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 13 Jul, 2017 1 commit
-
-
Aishwarya Thangappa authored
-
- 12 Jul, 2017 2 commits
-
-
Aishwarya Thangappa authored
-
Aishwarya Thangappa authored
-
- 11 Jul, 2017 4 commits
-
-
Taylor Thomas authored
The help text for `helm dep` contained out of date info about referring to a chart repo by name vs. URL.
-
Matt Butcher authored
This correctly sets up the tunnel for `helm get values`, `helm get manifest`, and `helm get hooks`. Closes #2617
-
Adam Reese authored
closes #2630
-
Adam Reese authored
-
- 10 Jul, 2017 1 commit
-
-
Maciej Strzelecki authored
There's 'helm get values -a' already. I always try to use 'helm list -a' spontaneously.
-
- 29 Jun, 2017 1 commit
-
-
Justin Scott authored
-
- 27 Jun, 2017 1 commit
-
-
Justin Scott authored
-
- 26 Jun, 2017 2 commits
-
-
Justin Scott authored
-
Justin Scott authored
-
- 22 Jun, 2017 1 commit
-
-
Michelle Noorali authored
-
- 19 Jun, 2017 2 commits
-
-
Sushil Kumar authored
* <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory Fixes https://github.com/kubernetes/helm/issues/2142 * Added archive location to helm init
-
Patrick Mahoney authored
-