- 06 Apr, 2017 3 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.
-
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
-
- 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 10 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
-
Adam Reese authored
fix(*): add missing proto for weight hook
-
Kiichiro Okano authored
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
-
Adam Reese authored
-
- 03 Apr, 2017 14 commits
-
-
Matt Butcher authored
Separate manifests printed by "helm init" with YAML document boundary markers
-
Matt Butcher authored
There was a bug in SemVer 1.2.2 that miscalculated a couple of comparison patterns.
-
Taylor Thomas authored
Add more object kinds to sorted installation order
-
Taylor Thomas authored
feat(helm): add support for repo alias
-
Matt Butcher authored
feat(hooks): Adds weighted hooks
-
Jonathan Chauncey authored
-
Matt Butcher authored
feat(helm): add --reuse-values flag to upgrade
-
Matt Butcher authored
This makes it possible to re-use the existing values on an upgrade, merging in any new values set by `-f` or `--set`. Closes #1876
-
Matt Butcher authored
docs(related): Added podcast, plugin article
-
Matt Butcher authored
This exposes the skip-refresh flag to helm init to make it possible to initialize Helm without fetching the index.yaml of the stable repo. This mirrors the behavior of 'helm dep up's skip-refresh flag. Closes #2127
-
Taylor Thomas authored
fix(helm): manifests string parsing works for newlines in the manifests
-
Jonathan Chauncey authored
-
Qin Wang authored
support repo alias in requirements.yaml The syntax should be like: "alias:reponame" or "@reponame". closes: #1985
-
Matt Butcher authored
fix(tiller): fix helm status failure on missing resource
-
- 02 Apr, 2017 1 commit
-
-
Anubhav Mishra authored
-
- 01 Apr, 2017 3 commits
-
-
Taylor Thomas authored
fix(helm): add --destination flag to 'helm package'
-
Taylor Thomas authored
Fixes TestInstallRelease_VerifyOptions & TestUpdateRelease_VerifyOptions
-
Taylor Thomas authored
Fix identation of `helm dep` help text
-
- 31 Mar, 2017 6 commits
-
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field.
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-