Matthew Fisher
ca23180bd8
Merge pull request #3302 from distorhead/no_resource_found_error_message_fix
...
Show kind in resource-not-found-in-release error
7 years ago
Timofey Kirillov
13cb8d8244
Show kind in resource-not-found-in-release error
...
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.
7 years ago
Matthew Fisher
8a59aed59f
Merge pull request #3295 from mgalgs/docs-link-fix
...
docs(chart_template_guide): Fix link
7 years ago
Mitchel Humpherys
e4274c448c
docs(chart_template_guide): Fix link
...
Fix a Glob link floating around with some invalid markdown and an invalid
target.
7 years ago
Matthew Fisher
72895ddaec
Merge pull request #3291 from thockin-tmp/gcr-vanity
...
Convert registry to k8s.gcr.io
7 years ago
Tim Hockin
05d4b30730
Convert registry to k8s.gcr.io
7 years ago
Matthew Fisher
1c30e61dde
Merge pull request #3280 from gmiretti/patch-1
...
doc: Fix command formatting on plugins help
7 years ago
Matthew Fisher
bae4f4bb24
Merge pull request #3281 from gmiretti/patch-2
...
docs: Fix broken bullets by Note in docs.helm.sh
7 years ago
Matthew Fisher
03b3eddab3
Merge pull request #3285 from spiffxp/update-code-of-conduct
...
Update code-of-conduct.md
7 years ago
Aaron Crickenberger
5cbeef6217
Update code-of-conduct.md
...
Refer to kubernetes/community as authoritative source for code of conduct
7 years ago
Nicole Renée Hubbard
6ade38fb72
feat(pkg/helm): allow concurrent requests on a shared client
...
change to helm client to no longer save request options in the client
options. This resulted in options from a previous call still being
present in future calls.
Closes #3253
7 years ago
Gabriel Miretti
9735642fe8
Fix broken bullets by Note in docs.helm.sh
7 years ago
Gabriel Miretti
219e1075ce
Fix command formatting
7 years ago
Matthew Fisher
60985e8ba6
Merge pull request #3272 from zuzzas/patch-1
...
Typo fix
7 years ago
Andrey Klimentyev
cfb7dfa82c
Typo fix
7 years ago
Gergo Huszty
a8b95ca1d1
Downloader plugin documentation added.
7 years ago
Matthew Fisher
188964c507
Merge pull request #3259 from NaurisSadovskis/master
...
Fix package url
7 years ago
Nauris Sadovskis
bd8178d50b
Fix package url
7 years ago
Matthew Fisher
51a6f3c326
Merge pull request #3247 from mgalgs/missing-repos-help
...
feat(repo): Improve error message for missing repositories.yaml
7 years ago
Julian
ca415ab8db
feat(helm): support namespace and additional values in lint ( #2972 )
...
* 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
7 years ago
Pietro Menna
9129188fad
fix(helm): Init not creating local-index symlink on Windows
...
os.Symlink required additional permissions on Windows, and init is not currently identifying the failed creation.
Related to #2071
7 years ago
Matthew Fisher
6707fe0468
Merge pull request #3190 from mattfarina/feat/status-json
...
feat(status): Optional output as JSON and YAML
7 years ago
Mitchel Humpherys
6de70254fd
feat(repo): Add test for non-existent repo path
7 years ago
Mitchel Humpherys
7417f09293
feat(repo): Improve error message for missing repositories.yaml
...
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.
7 years ago
Matthew Fisher
1042f6118b
Merge pull request #3122 from cofyc/fix_charts_permission
...
Remove executable permission bit for charts downloaded from remote repos
7 years ago
Matthew Fisher
646ab43bc4
Merge pull request #3232 from hobti01/patch-3
...
Fix example and reference version matching syntax
7 years ago
Matthew Fisher
6eb6b15457
Merge pull request #3248 from realfake/patch-2
...
Fix helm ls in Quickstart
7 years ago
Matt Farina
9d4b9ca208
feat(status): Optional output as JSON and YAML
7 years ago
Luk Burchard
6029f4dc93
Fix helm ls in Quickstart
7 years ago
Matthew Fisher
782f855ad9
Merge pull request #3091 from bacongobbler/release-checklist
...
add release checklist
7 years ago
Sam Leavens
558dcf3cd4
Only show k8s version if asking for server version
7 years ago
Ralph Squillace
9dd74690c2
Updating the guidance for securing your Helm installation ( #3228 )
...
* 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
7 years ago
Tim H
a3af75f9b6
Fix example and reference version matching syntax
...
Address documentation issue raised in #2759
7 years ago
Lukas Eichler
8bc7dede18
fix(helm): Apply PR comments for tpl template name fix
...
Modified existing unit test to verify the changed behavior.
Removed debug print.
7 years ago
Lukas Eichler
1cebc760a0
Fixed warning for missing formating parameter inside error message.
7 years ago
Lukas Eichler
2c338db1bd
fix(helm): Set template context inside tpl function to outer function.
...
docs(helm): Added documentation about tpl function
7 years ago
Matthew Fisher
16571305bb
Merge pull request #3224 from bacongobbler/tls-default-path
...
fix TLS default path
7 years ago
Matthew Fisher
618094ccd2
fix TLS default path
...
Without this change, running `helm list --tls` without setting $HELM_HOME causes helm to look for TLS certificates under /.
7 years ago
Matthew Fisher
96976043fe
Merge pull request #3222 from mattfarina/update-sprig-2.14.1
...
fix(sprig): Update to v2.14.1 that fixes an issue
7 years ago
Matt Farina
57f95213f3
fix(sprig): Update to v2.14.1 that fixes an issue
...
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
7 years ago
Taylor Thomas
04769b7c26
Merge pull request #3131 from fgimenez/fix-2745
...
check if resource is present before adding it to remaining or keep on deletion
7 years ago
Federico Gimenez
a607fe798d
iinitialize message only when at least one manifest is kept
7 years ago
Federico Gimenez
93bce130fb
fix signatures
7 years ago
Federico Gimenez
81eaf2f263
only check existence for the possibly kept manifests
7 years ago
Matthew Fisher
06be9d7800
Merge pull request #3129 from thomastaylor312/fix/tiller_connections
...
Fix tiller idle connections
7 years ago
Taylor Thomas
44e5cecdca
fix(tiller): Forces close of idle gRPC connections
...
Possibly fixes #3121 . This forces idle connections to drop after 10 minutes
7 years ago
Adam Reese
e93b77166d
Merge pull request #3025 from beeradb/fakeclient-releasestatus
...
Improvements to FakeClient: support all CRUD operations
7 years ago
Matthew Fisher
7c66074bf6
Merge pull request #3205 from bacongobbler/fix-links
...
fix links to service_accounts.md
7 years ago
Matthew Fisher
7bda457164
Merge pull request #3192 from markgibaud/patch-1
...
correct typo
7 years ago
Matthew Fisher
35616bd0df
fix links to service_accounts.md
7 years ago