- 12 Apr, 2017 4 commits
-
-
Serguei Bezverkhi authored
* tiller_fix_2261 * fix(tiller) 2261 Increase maxMsgSize to 20MB
-
Adam Reese authored
fix(helm): correct import for apps api
-
Adam Reese authored
* cleanup named imports
-
Adam Reese authored
ref(*): kubernetes v1.6
-
- 11 Apr, 2017 10 commits
-
-
Matt Butcher authored
feat(tiller): support version constraint on chart
-
Matt Butcher authored
fix(helm): remove duplicate commands
-
Matt Butcher authored
docs(related): add note about helm-plugin GitHub tag
-
Adam Reese authored
Rebase on kubernetes v1.6
-
Adam Reese authored
fix(init): use ImagePullPolicy Always for canary installs
-
Adam Reese authored
fixes: #2155
-
Taylor Thomas authored
Added release-name to helm delete error
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2251 In case a user tries to delete a non-existent release, the error message displayed was missing release-name.
-
Taylor Thomas authored
Add note about gopath in developer docs
-
Taylor Thomas authored
Fixes hard-coded linux based file-separator
-
- 10 Apr, 2017 2 commits
-
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2254
-
Dan Bode authored
Added a note that helm needs to be in a specific directory path in order for it to be compiled.
-
- 08 Apr, 2017 1 commit
-
-
Adam Reese authored
ref(plugin): cleanup unused functions
-
- 07 Apr, 2017 7 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2240 `helm install` command was calling chartutil.Load twice, once from `run` method and another time from `client.InstallRelease` which is called from `run` method in `cmd/helm/install.go`
-
Matt Butcher authored
Closes #2238
-
Taylor Thomas authored
docs(*): Adds developer workflow documentation
-
Adam Reese authored
-
Taylor Thomas authored
This adds documentation for the developer workflow as approved in #2069 Closes #2069
-
- 06 Apr, 2017 6 commits
-
-
Matt Butcher authored
This provides the Chart.yaml field `tillerVersion`, which is a semver range. It allows users to choose to constrain a chart to a specific version. The reason for this is that we keep introducing new template functions, but we have no way of saying "this chart will only work with Tiller newer than...". The check on version is _only_ done on Tiller. The client does not check at all, since it does not do any template expansion on its own.
-
Matt Butcher authored
docs(plugins): add app registry plugin link
-
Adam Reese authored
-
Adam Reese authored
feat(helm): add plugin management commands
-
Adam Reese authored
Add plugin management subcommands for installing and removing plugins to `$HELM_HOST/plugins`. Install accepts a vcs url or a local directory. ``` $ helm plugin install http://github.com/adamreese/helm-env Installed plugin: env $ helm plugin list NAME VERSION DESCRIPTION env 0.1.0 Print out the helm environment. $ helm plugin remove env Removed plugin: env ``` closes #1977
-
Jimmy Zelinskie authored
-
- 05 Apr, 2017 3 commits
-
-
Matt Butcher authored
fix (pkg/chartutil): correctly parse input values for ProcessRequirem…
-
Brian authored
feat/tls: Support optional TLS for helm / tiller
-
Adam Reese authored
docs(plugins): add more helm plugin links
-
- 04 Apr, 2017 7 commits
-
-
Taylor Thomas authored
Trigger deployment as success when new replicaSet has reached min you need
-
kiich authored
-
Matt Butcher authored
fix(helm): add 'skip-refresh' flag to 'helm init'
-
Justin Scott authored
Fixes a bug where tags and conditions specified in values.yaml were not being respeceted, causing incorrect loading of subcharts. Closes #2139
-
Matt Butcher authored
feat(helm): import child values to parent
-
Matt Butcher authored
fix(glide.yaml): update SemVer to 1.2.3
-
fibonacci1729 authored
-