- 04 Apr, 2017 4 commits
-
-
Matt Butcher authored
feat(helm): import child values to parent
-
Matt Butcher authored
fix(glide.yaml): update SemVer to 1.2.3
-
Adam Reese authored
fix(*): add missing proto for weight hook
-
Adam Reese authored
-
- 03 Apr, 2017 13 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
-
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 11 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
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
-
Justin Scott authored
Implements a mechanism in requirements.yaml to allow the import and re-parenting of value table from child chart. Closes #1995
-
Steven E. Harris authored
In order to allow the stream emitted by "helm init --debug" to be fed back into "kubectl create/apply -f", use YAML starting and ending document boundary markers instead of blank lines to separate the individual manifests.
-
- 30 Mar, 2017 6 commits
-
-
David Wittman authored
The `repository` lines in the help text for `helm dep` were misaligned with the rest of the dependency block.
-
Sushil Kumar authored
Following tests were failing unnoticed - [ ] TestUpdateRelease_VerifyOptions - [ ] TestUpdateRelease_VerifyOptions Fixed those tests for the reason of failure. Also added error checking to rest of the tests in same test-file, so that new failures do not un-noticed.
-
Steven E. Harris authored
The following kinds are newly addressed: CronJob LimitRange ReplicaSet ResourceQuota StatefulSet Furthermore, adjust the installation and uninstallation order to better respect likely dependencies. Bare pods remain a difficult one to place properly in both sequences.
-
Taylor Thomas authored
Sort dependent RBAC role and binding kinds during installation and uninstallation
-
Taylor Thomas authored
able to build without being in a git repository
-
Taylor Thomas authored
fix(helm): local path in requirements.yaml relative to working dir
-
- 29 Mar, 2017 2 commits
-
-
Steven E. Harris authored
During installation and uninstallation, handle the RBAC-related ClusterRole, ClusterRoleBinding, Role, and RoleBinding kinds in an order that respects their potential referential integrity, namely that ClusterRoleBindings can refer to ClusterRoles and ServiceAccounts, and RoleBindings can refer to ClusterRoles, Roles, and ServiceAccounts. Fixes #2199.
-
Gergo Huszty authored
-