- 01 Jan, 2018 1 commit
-
-
Brad Beam authored
This adds support for changing '<CHARTNAME>' occurances in starter chart to the destination chart name
-
- 29 Dec, 2017 1 commit
-
-
Matthew Fisher authored
fix(helm): Init not creating local-index symlink on Windows
-
- 28 Dec, 2017 5 commits
-
-
Matthew Fisher authored
feat(*): add k8s version to version debug cmd
-
Matthew Fisher authored
Installation shell script fix
-
Matthew Fisher authored
fix(helm): Set template context inside tpl function to outer function.
-
Matthew Fisher authored
docs: downloader plugin documentation
-
Matthew Fisher authored
Show kind in resource-not-found-in-release error
-
- 27 Dec, 2017 1 commit
-
-
Timofey Kirillov authored
This error occures when resource is not found in helm release: `Error: UPGRADE FAILED: no resource with the name "redis-cluster-sentinel" found` Changed to: `Error: UPGRADE FAILED: no ConfigMap with the name "redis-cluster-sentinel" found` So now that resource can easily be found in cluster.
-
- 24 Dec, 2017 1 commit
-
-
Matthew Fisher authored
docs(chart_template_guide): Fix link
-
- 23 Dec, 2017 1 commit
-
-
Mitchel Humpherys authored
Fix a Glob link floating around with some invalid markdown and an invalid target.
-
- 22 Dec, 2017 2 commits
-
-
Matthew Fisher authored
Convert registry to k8s.gcr.io
-
Tim Hockin authored
-
- 21 Dec, 2017 2 commits
-
-
Matthew Fisher authored
doc: Fix command formatting on plugins help
-
Matthew Fisher authored
docs: Fix broken bullets by Note in docs.helm.sh
-
- 20 Dec, 2017 2 commits
-
-
Matthew Fisher authored
Update code-of-conduct.md
-
Aaron Crickenberger authored
Refer to kubernetes/community as authoritative source for code of conduct
-
- 19 Dec, 2017 2 commits
-
-
Gabriel Miretti authored
-
Gabriel Miretti authored
-
- 18 Dec, 2017 2 commits
-
-
Matthew Fisher authored
Typo fix
-
Andrey Klimentyev authored
-
- 16 Dec, 2017 1 commit
-
-
Gergo Huszty authored
-
- 14 Dec, 2017 3 commits
-
-
Matthew Fisher authored
Fix package url
-
Nauris Sadovskis authored
-
Matthew Fisher authored
feat(repo): Improve error message for missing repositories.yaml
-
- 13 Dec, 2017 5 commits
-
-
Julian authored
* Add "--namespace" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. See #2036 * Align lintCmd struct * Add "--set" and "--values" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. Closes #2495,#2036 * Reuse strict parameter, when rendering during lint We want to see the rendering fail, if we missed a value, so we reuse "--strict". See #2495,#2036 * Fix lint unit test See #2495,#2036 * Update docs
-
Pietro Menna authored
os.Symlink required additional permissions on Windows, and init is not currently identifying the failed creation. Related to #2071
-
Matthew Fisher authored
feat(status): Optional output as JSON and YAML
-
Mitchel Humpherys authored
-
Mitchel Humpherys authored
New users to helm don't always run `helm init` (e.g. if their cluster already has helm installed). The user's initial interaction with any of helm's repository commands (e.g. `helm repo list`) will then be an error message due to a missing repositories.yaml in their local config. Give the user a little hint about how to fix the error without them having to hunt through the man/help pages.
-
- 12 Dec, 2017 4 commits
-
-
Matthew Fisher authored
Remove executable permission bit for charts downloaded from remote repos
-
Matthew Fisher authored
Fix example and reference version matching syntax
-
Matthew Fisher authored
Fix helm ls in Quickstart
-
Matt Farina authored
-
- 11 Dec, 2017 1 commit
-
-
Luk Burchard authored
-
- 06 Dec, 2017 3 commits
-
-
Matthew Fisher authored
add release checklist
-
Sam Leavens authored
-
Ralph Squillace authored
* first staging * Filled out RBAC and TLS * Finished draft. * smoothing * gRPC endpoint tooling moved up and cleaned * updating install.md * addressed comments; will continue expanding and iterating
-
- 05 Dec, 2017 1 commit
-
-
Tim H authored
Address documentation issue raised in #2759
-
- 03 Dec, 2017 2 commits
-
-
Lukas Eichler authored
Modified existing unit test to verify the changed behavior. Removed debug print.
-
Lukas Eichler authored
-