fibonacci1729
bd0686731c
fix(helm): fix(helm): add `--tls-hostname` flag to tls flags
...
docs(*): update tiller_ssl.md to reflect IP SAN usage.
When using helm/tiller in tls-verify mode, 127.0.0.1 should
be listed as an IP SAN in the tiller certificate to pass
hostname verficiation of the TLS handshake.
Closes #4149
6 years ago
Matthew Fisher
71629f046a
Merge pull request #4426 from rimusz/tiller-auth-plugins-patch
...
add support for `auth-provider` from kubeconfig files
6 years ago
Rimas
3dddd5080e
add support for `auth-provider` from kubeconfig files, addreses #4422
6 years ago
Matthew Fisher
a7ab81f8e7
setup connection after displaying client version
6 years ago
Matthew Fisher
56154102a2
Merge pull request #3556 from ryane/fix/init-output-service
...
fix(helm): add service, secret manifests in `init -o`
6 years ago
Matthew Fisher
85d2ce348d
Merge pull request #4284 from 0gajun/change_permission_index_yaml
...
Change permission of index.yaml generated by a command `helm repo index`
6 years ago
Matthew Fisher
3a6fbee371
Merge pull request #4305 from bacongobbler/fix-4304
...
fix `helm template -x` pathing issues on Windows
6 years ago
Matthew Fisher
7cad59091a
Merge pull request #4202 from bacongobbler/change-copyright
...
change copyright to "Copyright The Helm Authors"
6 years ago
Matthew Fisher
1a1ea63830
fix `helm template -x` pathing issues on Windows
...
tiller's rendering engine converts os filepath separators into unix-style filepath separators, so we need to split template names with a forward slash.
6 years ago
Matthew Fisher
2d77db11fa
change copyright to "Copyright The Helm Authors"
6 years ago
Matthew Fisher
d8b46d840b
fix path output for Windows
6 years ago
KUOKA Yusuke
dc93908626
feat: Set values from local files ( #3758 )
...
Adds the `--set-file key=filepath` flag to `install`, `upgrade`, `template` and `lint` sub-commands so that the content of the file at the `filepath` is set to the value for the `key`.
Resolves #1754
6 years ago
KUOKA Yusuke
3e5b4066d2
feat(helm): Detailed exit code for helm plugins ( #4367 )
...
Resolves #4170
6 years ago
Rohan Chakravarthy
4efa18a5ec
feat(helm): Add the --kubeconfig flag ( #4235 )
...
Adds the ability to specify a kubeconfig file that overrides $KUBECONFIG
6 years ago
Erik Sundell
01da56f956
helm template cmd - conformity of output ( #3811 )
...
By changing a string from `##---` to `---` the output written to files matches the output generated to stdout.
6 years ago
Brian
aedd306e83
Revert "fix(helm): add `--tls-hostname` flag to tls flags."
6 years ago
fibonacci1729
7faf62a209
fix(helm): add --tls-hostname flag to tls-flags
6 years ago
fibonacci1729
6767f3cf08
fix(helm): return when listing with no releases or nil
6 years ago
Matthew Fisher
50ebdd808d
Merge pull request #3825 from adshmh/3581-feat-allow-custom-desc-after-helm-release-upgrade
...
Feature: allow custom description after helm release upgrade
6 years ago
Junya Ogasawara
d75d35da82
Change permission of index.yaml
...
Because index.yaml generated by a command `helm repo index` isn't executable
file, but just configuration file.
6 years ago
rocky
4d579bbbdf
Fix(helm): fix the bug of the charts not deployed after downloaded
...
in helm install --dep-up
helm install --dep-up does not deploy the charts downloaded by itself.
I reload the charts path after downloading the missing charts.
Closes #3423
6 years ago
liyongxin
5d2140be38
typo fix for template test
7 years ago
Matthew Fisher
98341abe05
Merge pull request #4049 from flimzy/warning
...
Suppress 'unauthenticated users' warning when --tiller-tls-verify present
7 years ago
Matthew Fisher
f63baab020
Merge pull request #3923 from seaneagan/list_cmd_output_format
...
feat(list): Optional output as JSON and YAML
7 years ago
Matthew Fisher
245c5bcc09
Merge pull request #4130 from mattjmcnaughton/mattjmcnaughton/fix-inaccurate-comment-in-tiller
...
Fix inaccurate comment in `tiller`
7 years ago
ruicao
b4cfb5f2f3
Typo fix: indentifies -> identifies
7 years ago
Arash Deshmeh
d8c4cbb0e0
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
mattjmcnaughton
2b04523baf
Fix inaccurate comment in `tiller`
...
When reading through `cmd/tiller/tiller.go`, I noticed a comment around
`rootServer` mentions the usage of an `init` function. However, there is
no `init` function in this package. Update the comment to be more
accurate.
7 years ago
Matthew Fisher
d77642f4a5
Merge pull request #4104 from yenicapotediaz/master
...
removed --install option from --namespace to solve inconsistency with the `helm lint` documentation
7 years ago
Johnny Bergström
43b19dccbe
Add helm template --is-upgrade
...
Useful for toggling .Release.IsInstall / .Release.IsUpgrade which
in turn may cause templates to render differently.
7 years ago
Yeni Capote Diaz
4f36bbf2bd
removed --install option from --namespace.
7 years ago
Jonathan Hall
4e08a023dd
Suppress 'unauthenticated users' warning when --tiller-tls-verify present
...
And clarify the warning to indicate exactly how to correct the problem.
7 years ago
Doug Winter
32bd9d82e8
Support values files on remote servers with self-signed certs / client cert authentication ( #4003 )
...
* support tls for values file access
- uses --ca-file / --cert-file / --key-file
* also for upgrade command
7 years ago
Matt Butcher
0699ec4248
feat(tiller): support CRD installation ( #3982 )
...
This adds support for installing CRDs well before any other resource
kinds are installed.
This PR introduces a new hook, `crd-install`, that fires before
manifests are even validated. It is used to install a CRD before any
other part of a chart is installed.
Currently, this hook is _only implemented for install_. That means we
currently cannot add new CRDs during `helm upgrade`, nor can they
be rolled back. This is the safest configuration, as the update/rollback
cycle gets very challenging when CRDs are added and removed.
7 years ago
Matthew Fisher
4d1a401a9f
Revert "Fix tiller deployment on RBAC clusters"
7 years ago
Marat Garafutdinov
7a65f7479a
add --col-width to `helm search` ( #3949 )
...
* add customizeable --col-width
* make docs. whitespacing
7 years ago
Fabian Ruff
ed39f16ee5
Fix --tiller-namespace flag for plugins
...
This fixes using `--tiller-namespace $namespace` flag (without the equal sign) for helm plugins.
7 years ago
AdamDang
bcf5688e9a
Update install.go
7 years ago
Sean Eagan
49c3d50e4e
feat(list): Optional output as JSON and YAML
...
The choice of interface `--output (json|yaml)` is to match that of the
status command, except that -o is not available as it is already used
by --offset.
WIP #1534
7 years ago
Michelle Noorali
1ee1706870
Merge pull request #3900 from adshmh/3886-support-removal-of-multiple-repos-from-cli
...
support removing multiple repositories using repo remove command
7 years ago
Michelle Noorali
539041e439
Merge pull request #3903 from derekbassett/helm-ls-modification-rebase
...
Add App Version to the helm ls command.
7 years ago
AdamDang
fac7caf5d2
Correct the returned message in reset_test.go
...
Correct the returned message
7 years ago
Matthew Fisher
7b8aae4667
Revert "feat: add --set and --values options to 'helm package'"
...
This reverts commit a930eb7ff4
.
7 years ago
Derek Bassett
0209ac32dd
Add App Version to the helm ls command.
7 years ago
Arash Deshmeh
223c89e6aa
feat(helm): support removing multiple repositories with repo remove command
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Arash Deshmeh
75682ed584
fix(helm): resolve linter's warning on template command unit tests
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Nikhil Manchanda
30f236b75c
Merge pull request #3877 from chancez/enhance_helm_template_handling
...
Update helm template -x to support children chart manifests in more cases
7 years ago
Chance Zibolski
fb1dd48b5a
test helm template -x with non-existent manifest
7 years ago
Chance Zibolski
b9adc356e8
Correctly use subtests in helm template tests
...
The testing.T in the subtest wasn't being used, so subtests were
effectively not being used. Additionally, in case subtests run in
parallel, we assign tt := tt to fix closure captures on range variables,
since the variables produced by a range are re-used between iterations.
7 years ago
Chance Zibolski
ced20f6f4e
Disambigutate chartPaths variables in helm template tests
7 years ago