- 25 Oct, 2017 1 commit
-
-
Gabriel Miretti authored
-
- 20 Oct, 2017 2 commits
-
-
Michael Venezia authored
as requested
-
Michael Venezia authored
-
- 18 Oct, 2017 1 commit
-
-
Drew Hunt authored
Tested: - Installing/deleting Chart - Chart upgrade and Chart rollback
-
- 15 Oct, 2017 1 commit
-
-
Edward Medvedev authored
Fix a typo: `coffess`.
-
- 13 Oct, 2017 1 commit
-
-
Taylor Thomas authored
Adds documentation for running `tiller` with the new secrets backend added in #2721
-
- 12 Oct, 2017 1 commit
-
-
Michael Venezia authored
Document how to add an image pull secret in Helm Provide an example of how to take an image registry, user name, and password and prepare a Secret that can be used by a pod to pull a protected container image.
-
- 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
-
- 06 Oct, 2017 2 commits
-
-
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
-
Dhilip authored
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates * Update Doc * Update example
-
- 03 Oct, 2017 1 commit
-
-
flyer103 authored
-
- 01 Oct, 2017 1 commit
-
-
flyer103 authored
-
- 26 Sep, 2017 2 commits
-
-
Neil Moore authored
-
Neil Moore authored
-
- 19 Sep, 2017 1 commit
-
-
Joshua Dolitsky authored
-
- 18 Sep, 2017 1 commit
-
-
Sean Slattery authored
-
- 13 Sep, 2017 1 commit
-
-
Frederi Mandin authored
-
- 11 Sep, 2017 1 commit
-
-
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).
-
- 08 Sep, 2017 1 commit
-
-
flyer103 authored
-
- 02 Sep, 2017 1 commit
-
-
ReSearchITEng authored
easy copy/paste for those living on the edge :)
-
- 01 Sep, 2017 1 commit
-
-
Scott Rigby authored
-
- 30 Aug, 2017 1 commit
-
- 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 2 commits
-
-
Tamal Saha authored
-
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
-
- 27 Aug, 2017 1 commit
-
-
tamal authored
-
- 24 Aug, 2017 1 commit
-
-
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
-
- 17 Aug, 2017 1 commit
-
-
lichuqiang authored
-
- 15 Aug, 2017 1 commit
-
-
Ergin Babani authored
-
- 10 Aug, 2017 1 commit
-
-
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
-
- 09 Aug, 2017 1 commit
-
-
Dan O'Brien authored
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
-
- 07 Aug, 2017 1 commit
-
-
Michelle Noorali authored
-
- 06 Aug, 2017 2 commits
-
-
tamal authored
-
Laurens Vanderhoven authored
-
- 03 Aug, 2017 2 commits
-
-
Michelle Noorali authored
* closes #2224
-
Miouge1 authored
-
- 02 Aug, 2017 1 commit
-
-
Maciej Strzelecki authored
-
- 01 Aug, 2017 1 commit
-
-
jiaweizhou authored
-
- 24 Jul, 2017 1 commit
-
-
gardlt authored
- updated helm_test.md
-
- 16 Jul, 2017 1 commit
-
-
Miguel David authored
-