- 03 Apr, 2017 3 commits
-
-
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
-
Taylor Thomas authored
fix(helm): manifests string parsing works for newlines in the manifests
-
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
-
- 30 Mar, 2017 5 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.
-
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 5 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
-
Qin Wang authored
closes bug: 2103
-
Taylor Thomas authored
fix(helm): Don't assume index.yaml is sorted
-
Taylor Thomas authored
fix(tiller): adding kind to tiller client logs
-
- 28 Mar, 2017 6 commits
-
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
Taylor Thomas authored
Fix typo in chart guide
-
- 27 Mar, 2017 1 commit
-
-
Anubhav Mishra authored
-
- 26 Mar, 2017 2 commits
-
-
Anubhav Mishra authored
Closes #2162
-
Anubhav Mishra authored
Trying to fix #2158
-
- 25 Mar, 2017 2 commits
-
-
John Welsh authored
-
John Welsh authored
This change sorts the helm index file after downloading from a repo. Closes #2186
-
- 24 Mar, 2017 3 commits
-
-
Mario Lamontagne authored
-
Louis Taylor authored
This adds a flag similar to the --destination flag on 'helm fetch', allowing control over the destination for the packaged .tgz file. Closes #2117
-
Taylor Thomas authored
Added unit tests
-
- 23 Mar, 2017 4 commits
-
-
Sushil Kumar authored
Added tests for: - [ ] pkg/version/versions.go - [ ] pkg/repo/repo.go
-
Matt Butcher authored
Add link to Quay App Registry
-
Derek Perkins authored
-
Matt Butcher authored
docs(related): add "Deploying Kubernetes Applications with Helm"
-
- 22 Mar, 2017 4 commits
-
-
Brian authored
helm (client/deployment) support for TLS
-
fibonacci1729 authored
-
Adam Reese authored
fix(ci): disable gosimple
-
Adam Reese authored
gosimple seems to be eating all memory in CircleCI. Testing disabling the check to see if CI builds.
-
- 21 Mar, 2017 1 commit
-
-
Matt Butcher authored
run glide up
-