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
Matthew Fisher
a776bdf1ad
Merge pull request #3202 from squillace/updates
...
fixed bad link.
7 years ago
Ralph Squillace
c20ec8feda
fixed bad link.
7 years ago
Matthew Fisher
04665a5451
Merge pull request #3196 from adshmh/add-app-version-option-to-helm-package
...
add --app-version flag to 'helm package'
7 years ago
Arash Deshmeh
9e869700c0
fix(helm): add --app-version flag to 'helm package'
...
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>
7 years ago
Matthew Fisher
b7c2a95f42
Merge pull request #3197 from ivuk/fix-typo-helm-install
...
Fix a typo in install.go, update helm_install.md
7 years ago
Igor Vuk
d81780032a
Fix a typo in install.go, update helm_install.md
7 years ago
Matthew Fisher
cad89240f3
Merge pull request #3187 from hoesler/fix/chart_downloader
...
fix(helm): resolve relative chart paths
7 years ago
Matthew Fisher
7c79d1c765
Merge pull request #3193 from burdiyan/master
...
ref(helm): improve fullname template in starter chart
7 years ago
Matthew Fisher
8ca89cfbef
Merge pull request #3113 from joonix/issue-1639
...
Walk symbolic link directories
7 years ago
Johnny Bergström
7cc610960f
Walk symbolic link directories
...
Continue walking symlinks to be able to use them
for sub-charts. Useful when not specifying requirements
but still want to share charts locally.
7 years ago
Alexandr Burdiyan
f432e07126
ref(helm): improve fullname template in starter chart
...
Closes #1186
7 years ago
Mark Gibaud
335ea3c6ac
correct typo
7 years ago
Christoph Hösler
98e0bd2ecb
refactor: rename function and improve error messages
7 years ago
Matthew Fisher
ab46779b88
Merge pull request #3094 from bacongobbler/rbac
...
more expansive RBAC setup docs
7 years ago
Christoph Hösler
af9190f956
feature: let FindChartInRepoURL return absolute chart URLs
7 years ago
Matthew Fisher
497837edd7
add release checklist
7 years ago
Matthew Fisher
d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
...
Add plugin installer from http archive
7 years ago
Matthew Fisher
ae878f91c3
more expansive RBAC setup docs
7 years ago
Morgan Parry
b74c21a7b2
fix(helm): Fixed semantic version constraints on 'search' command ( #3116 )
...
Closes #3115
7 years ago
Helgi Þormar Þorbjörnsson
803f7c706e
add a keepalive of 30s to the client ( #3183 )
7 years ago
Johnny Bergström
d762a42168
Fix helmignore for .* ( #3114 )
...
When the first rule matching entry for top level dir
will be empty string, the .* rule will match.
Skip this entry as it's not needed for processing.
7 years ago
Hadrien Chauvin
838d780894
update google.golang.org/grpc to 1.7.2 ( #3101 )
7 years ago