- 28 Nov, 2018 1 commit
-
-
roc authored
https://github.com/kubernetes/helm -> https://github.com/helm/helm https://github.com/kubernetes/charts -> https://github.com/helm/charts Signed-off-by:
Roc Chan <roc@imroc.io>
-
- 18 Oct, 2018 1 commit
-
-
Martin Hickey authored
* Remove Tiller reference from the docs Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com> * Update comments after review - https://github.com/helm/helm/pull/4788#discussion_r226037034 - https://github.com/helm/helm/pull/4788#discussion_r226037064 - https://github.com/helm/helm/pull/4788#discussion_r226037806 - https://github.com/helm/helm/pull/4788#discussion_r226038492 - https://github.com/helm/helm/pull/4788#discussion_r226039202 - https://github.com/helm/helm/pull/4788#discussion_r226039894 Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 14 Jun, 2018 1 commit
-
-
Matthew Fisher authored
To match the convention of `helm install`, `helm uninstall` is the inverse. Other tangential changes in this PR: - StatusDeleting has been changed to StatusUninstalling - StatusDeleted has been changed to StatusUninstalled - `helm list --deleted` has been changed to `helm list --uninstalled` - `helm list --deleting` has been changed to `helm list --uninstalling` - `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption` I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because 1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3 2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here `helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
-
- 19 Dec, 2017 1 commit
-
-
Gabriel Miretti authored
-
- 27 Nov, 2017 1 commit
-
-
Matthew Fisher authored
-
- 30 Oct, 2017 1 commit
-
-
Simon Schmidt authored
-
- 18 Oct, 2017 1 commit
-
-
John Iacona authored
Add explanation of persistence behavior of `--set`
-
- 03 Aug, 2017 1 commit
-
-
Michelle Noorali authored
* closes #2224
-
- 01 Aug, 2017 1 commit
-
-
jiaweizhou authored
-
- 08 Jun, 2017 1 commit
-
-
Matt Butcher authored
This adds support for specifying list position with an array index using `--set`. For example, this now works: `--set servers[0].port=8080`
-
- 07 Jun, 2017 2 commits
-
-
Lachlan Evenson authored
-
Lachlan Evenson authored
-
- 02 Jun, 2017 1 commit
-
-
Rober Morales-Chaparro authored
-
- 31 May, 2017 1 commit
-
-
Nikhil Manchanda authored
Closes #2527
-
- 03 May, 2017 1 commit
-
-
Hoat Le authored
-
- 04 Apr, 2017 1 commit
-
-
Kiichiro Okano authored
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
-
- 16 Mar, 2017 1 commit
-
-
Matthew Fisher authored
-
- 07 Feb, 2017 1 commit
-
-
Tao Zhou authored
Closes #1921
-
- 20 Jan, 2017 1 commit
-
-
Taylor Thomas authored
-
- 26 Dec, 2016 1 commit
-
-
dongziming authored
-
- 23 Nov, 2016 1 commit
-
-
Matt Butcher authored
This replaces the old set parser with a brand new one. This also changes the internal algorithm from duplicating YAML to merging YAML, which might solve a problem one user reported in chat, but which was never captured in an issue. Closes #1540 Closes #1556
-
- 17 Nov, 2016 1 commit
-
-
Yuvi Panda authored
-
- 15 Nov, 2016 1 commit
-
-
Matt Farina authored
Downloading of charts and helm itself happened over http. This change moves to use https as that is available with valid certs.
-
- 14 Nov, 2016 1 commit
-
-
Matt Farina authored
A bucket name in the path can be migrated to a custom k8s domain name. This is in preperation for that.
-
- 25 Oct, 2016 1 commit
-
-
joe2far authored
-
- 17 Oct, 2016 1 commit
-
-
Matt Butcher authored
This refreshes docs, as discussed in #719, and adds a few new sections to the docs. Closes #719
-
- 12 Oct, 2016 1 commit
-
-
Erik Christensen authored
-
- 07 Oct, 2016 1 commit
-
-
Matt Butcher authored
This removes the requirement that a fetch or install command must explicitly state the version number to install. Instead, this goes to the strategy used by OS package managers: Install the latest until told to do otherwise. Closes #1198
-
- 04 Oct, 2016 2 commits
-
-
Matt Butcher authored
Closes #1271
-
Matt Butcher authored
The old form is marked deprecated. Relates to #1196
-
- 01 Oct, 2016 1 commit
-
-
Mark Petrovic authored
Fix typo in using_helm.md that refers to "glide install". The reference should be to "helm install".
-
- 28 Sep, 2016 1 commit
-
-
Matt Butcher authored
-