- 14 Dec, 2017 1 commit
-
-
Matthew Fisher authored
feat(repo): Improve error message for missing repositories.yaml
-
- 13 Dec, 2017 4 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
-
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 2 commits
-
-
Matthew Fisher authored
add release checklist
-
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
-
- 01 Dec, 2017 5 commits
-
-
Matthew Fisher authored
fix TLS default path
-
Matthew Fisher authored
Without this change, running `helm list --tls` without setting $HELM_HOME causes helm to look for TLS certificates under /.
-
Matthew Fisher authored
fix(sprig): Update to v2.14.1 that fixes an issue
-
Matt Farina authored
There was an issue with functions not being able to pass to each other. For example, the output of regex not being able to be passed to first or last due to type issues. This update fixes those problems
-
Taylor Thomas authored
check if resource is present before adding it to remaining or keep on deletion
-
- 30 Nov, 2017 1 commit
-
-
Federico Gimenez authored
-
- 29 Nov, 2017 4 commits
-
-
Federico Gimenez authored
-
Federico Gimenez authored
-
Matthew Fisher authored
Fix tiller idle connections
-
Taylor Thomas authored
Possibly fixes #3121. This forces idle connections to drop after 10 minutes
-
- 28 Nov, 2017 2 commits
-
-
Adam Reese authored
Improvements to FakeClient: support all CRUD operations
-
Matthew Fisher authored
fix links to service_accounts.md
-
- 27 Nov, 2017 2 commits
-
-
Matthew Fisher authored
correct typo
-
Matthew Fisher authored
-
- 26 Nov, 2017 2 commits
-
-
Matthew Fisher authored
fixed bad link.
-
Ralph Squillace authored
-
- 24 Nov, 2017 2 commits
-
-
Matthew Fisher authored
add --app-version flag to 'helm package'
-
Arash Deshmeh authored
When 'helm package --app-version foo' is run, this will set the AppVersion field to 'foo' in the packaged chart. Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 23 Nov, 2017 9 commits
-
-
Matthew Fisher authored
Fix a typo in install.go, update helm_install.md
-
Igor Vuk authored
-
Matthew Fisher authored
fix(helm): resolve relative chart paths
-
Matthew Fisher authored
ref(helm): improve fullname template in starter chart
-
Matthew Fisher authored
Walk symbolic link directories
-
Johnny Bergström authored
Continue walking symlinks to be able to use them for sub-charts. Useful when not specifying requirements but still want to share charts locally.
-
Alexandr Burdiyan authored
Closes #1186
-
Mark Gibaud authored
-
Christoph Hösler authored
-