Matthew Fisher
d502f7c8a8
Merge pull request #3950 from BarryWilliams/issue3747
...
Add comments to fix linter issues
7 years ago
BarryWilliams
718578036d
Changed whitespacing in comments
7 years ago
Marat Garafutdinov
7a65f7479a
add --col-width to `helm search` ( #3949 )
...
* add customizeable --col-width
* make docs. whitespacing
7 years ago
Matthew Fisher
6d25f67b4a
Merge pull request #3942 from jkammerl/jkammerl-patch-2
...
Avoid to call 'go' with empty -tags argument
7 years ago
Adam Reese
6e413a6a57
Merge pull request #3946 from adamreese/fix/3937-status
...
fix(kube): output internal object table
7 years ago
Adam Reese
cefee4b749
fix(kube): output internal object table
...
fixes #3937
7 years ago
Matthew Fisher
2a8a59d33e
Merge pull request #3944 from databus23/patch-4
...
Fix --tiller-namespace flag for plugins
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
Julius Kammerl
6b2384f8b4
Avoid to call 'go' with empty -tags argument
...
go1.10.1 linux/amd64 complains: flag provided but not defined: -tags
when compiling with: "make build-cross dist". This seems to fix it.
7 years ago
Matthew Fisher
4d519a741d
Merge pull request #3941 from AdamDang/patch-8
...
Some typo fixes
7 years ago
AdamDang
bcf5688e9a
Update install.go
7 years ago
AdamDang
28fb950588
Typo fix in plugins.md "that that"->"that"
...
"that that"->"that"
7 years ago
Matthew Fisher
f201db3fc2
Merge pull request #3692 from aleerizw/fix-sigsegv-create
...
Fixed SIGSEGV when running helm create with -p and no values.yaml file
7 years ago
Matthew Fisher
cfda1d0545
Merge pull request #3929 from colindickson/master
...
fixed flag for tls ca cert option in the documentation
7 years ago
Colin Dickson
b0eb40b2ca
fixed flag for tls ca cert option in the documentation
7 years ago
Matthew Fisher
80bd904f1b
Merge pull request #3915 from bacongobbler/fix-3881
...
swallow the error when returning the default HTTP client
7 years ago
Adam Reese
9e9dd90e8d
Merge pull request #3921 from adamreese/fix/3826-kube-version-objs
...
fix(kube): get correct versioned object from info helper
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
Adam Reese
6ffff5fea9
fix(kube): get correct versioned object from info helper
...
fixes : #3826
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
Michelle Noorali
513dc6bd7c
Merge pull request #3901 from AdamDang/patch-4
...
Typo fix in functions_and_pipelines.md
7 years ago
Michelle Noorali
b5c0e40d6a
Merge pull request #3898 from michelleN/filepath
...
ref(pkg/plugin): create clean path for extracting files
7 years ago
Matthew Fisher
aa2976f0ce
swallow the error when returning the default HTTP client
7 years ago
Adam Reese
c90b0a8197
Merge pull request #3913 from adamreese/fix/3902-helm-test
...
fix(kube): use correct object type in watch
7 years ago
Adam Reese
31ddd707e8
fix(kube): use correct object type in watch
...
fixes #3902
7 years ago
Michelle Noorali
e269b89438
Merge pull request #3912 from michelleN/process-null
...
fix(pkg/strvals): evaluate "null" values
7 years ago
Michelle Noorali
1850aeade9
fix(pkg/strvals): evaluate "null" values
...
resolves #3891
Co-authored-by: Matthew Fisher <matt.fisher@microsoft.com>
7 years ago
Matthew Fisher
870827c13b
Merge pull request #3906 from AdamDang/patch-7
...
Correct the returned message in reset_test.go
7 years ago
Matthew Fisher
c34b40d5e4
Merge pull request #3905 from AdamDang/patch-5
...
Correct the returned message
7 years ago
Michelle Noorali
fed7e69c81
ref(pkg/plugin): create clean path for extracting plugins
7 years ago
AdamDang
fac7caf5d2
Correct the returned message in reset_test.go
...
Correct the returned message
7 years ago
AdamDang
9f78c33c64
Correct the returned message
...
Correct the returned message
7 years ago
Matthew Fisher
3eb1f59f71
Merge pull request #3904 from bacongobbler/revert-3471
...
Revert "feat: add --set and --values options to 'helm package'"
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
AdamDang
f291fdbb43
Typo fix in functions_and_pipelines.md
...
useable->usable
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
Matthew Fisher
506ed05b84
Merge pull request #3899 from Serg1i/feat/kindSorter-add-PodSecurityPolicy
...
Create PodSecurityPolicy before Pods and ServiceAccounts
7 years ago
Sergii Manannikov
7631b8a926
Create PodSecurityPolicy before Pods and ServiceAccounts
7 years ago
Matthew Fisher
e7bd2a347e
Merge pull request #3897 from adshmh/fix-linter-warning-on-template-unit-test
...
Resolve warning from golint on template command unit test
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
Matthew Fisher
cb76184c91
Merge pull request #3892 from Jesse-Weinstein-Zonar/document_chart_apiVersion
...
Document apiVersion field
7 years ago
Jesse Weinstein
4ce35363d4
Document apiVersion field
...
Added in https://github.com/kubernetes/helm/issues/1264
7 years ago
Justin Scott
ad714fe704
Merge pull request #3323 from jascott1/2620_importvals_warning_fix
...
fix(helm): fix importValues warnings from disabled charts
7 years ago
Matthew Fisher
e8460a8877
Merge pull request #3258 from mparry/fix-ca-file-option
...
(fix) Handle caFile alone being set for repos
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