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
Chance Zibolski
62a58e8362
test helm template -x against subcharts stored as tgz's
7 years ago
Chance Zibolski
d7e7170993
Add working template to mariner chart for use in testing subcharts
7 years ago
Chance Zibolski
62f85322ef
Update helm template -x to support children chart manifests in more cases
...
The previous code validated the manifests exist within the file system,
which only works when a chart is unpacked, meaning children charts
stored as tgz's in the parent chart's `charts/` directory don't exist as
individual files in the filesystem, causing validation to file.
Instead, we validate against the paths within the chart itself rather
than the filesystem, handling both chart.tgz's and charts that are
unpacked as directories in the chart/ directory.
7 years ago
Matthew Fisher
28d87e1780
Merge pull request #3860 from adshmh/refactor-tiller-release-install-unit-tests-using-stubs
...
refactor tiller release install unit tests using chart and install request stubs
7 years ago
Matthew Fisher
64fe6d6115
Merge pull request #3876 from bacongobbler/fix-3780
...
remove optional field from charts and templates
7 years ago
Taylor Thomas
24bde5900b
Merge pull request #3853 from adshmh/refactor-reset-unit-tests-to-remove-duplication
...
refactor reset command unit tests to remove duplication
7 years ago
Matthew Fisher
00afbd7e74
remove optional field from charts and templates
7 years ago
Matthew Fisher
15e9f54144
Merge pull request #3808 from adshmh/refactor-release-testing-unit-tests-to-utilize-runReleaseCases
...
refactor release_testing unit tests to utilize runReleaseCases
7 years ago
Matthew Fisher
6f02d9e412
Merge pull request #3837 from consideRatio/toYaml-pr
...
toYaml - Fix #3470 and #3410's trailing \n issues
7 years ago
Matthew Fisher
e5ed5f1c90
Merge pull request #3872 from mrueg/remove-hg
...
Remove Mercurial build-time dependency
7 years ago
Manuel Rüger
87cd8ce79a
Remove Mercurial build-time dependency
...
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
7 years ago
Matthew Fisher
8365c893dd
Merge pull request #3871 from eyalbe4/master
...
Basic auth credentials from repo not used in install/upgrade/fetch co…
7 years ago
eyalbe4
fa62c476fc
Basic auth credentials from repo not used in install/upgrade/fetch commands #3858
7 years ago
Matthew Fisher
f0e7da6ca3
Merge pull request #3869 from xianlubird/features/typo
...
Fix some typo
7 years ago
xianlubird
4b09b0489b
Fix some typo
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
7 years ago
Matthew Fisher
8981575082
Merge pull request #3715 from bacongobbler/fix-get-manifest
...
fix `helm get manifest` context deadline exceeded error
7 years ago
Matthew Fisher
bff8ce033a
Merge pull request #3867 from AdamDang/patch-3
...
Proper none not in capitals
7 years ago
AdamDang
79ffa98ec0
Proper none not in capitals
...
Helm is a proper none, should be written in capitals.
7 years ago
Arash Deshmeh
c22492ff01
fix(helm): refactor tiller release install unit tests using chart and install request stubs
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Matthew Fisher
4694195de9
Merge pull request #3856 from consideRatio/patch-1
...
Template comment in docs - syntax error fix
7 years ago
Erik Sundell
3f5e82c832
Typo fix
...
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
7 years ago
Arash Deshmeh
826781a1a3
fix(helm) refactor reset command unit tests to remove duplication in test code
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Matthew Fisher
ae7ce6cad4
Merge pull request #3842 from AdamDang/patch-1
...
Fix some typos
7 years ago
AdamDang
ee9ef91df0
typo fix get->Get's
...
typo fix get->Get's
7 years ago
Matthew Fisher
e93cc491eb
Merge pull request #3849 from thomastaylor312/fix/docs
...
fix(docs): Add the missing docs
7 years ago
Taylor Thomas
85282ab864
fix(docs): Add the missing docs
...
Because I was too stupid to regen the docs and flake made it so we
didn't get a reminder
7 years ago
Taylor Thomas
f51189c084
Merge pull request #3848 from thomastaylor312/fix/missing-package-flag
...
fix(package): Adds missing `set-string` flag and parameter
7 years ago
Taylor Thomas
b718b1c870
fix(package): Adds missing `set-string` flag and parameter
...
A recent PR (#3471 ) wasn't up to date with the latest master changes.
This fixes the issue and adds the right number of parameters to the
`vals` function call.
7 years ago
Nikhil Manchanda
b687e9e879
Merge pull request #3709 from adshmh/fix-output-leak-of-tiller-release-install-test
...
fix output leak from tiller release install test
7 years ago
Taylor Thomas
2a86164c1d
Merge pull request #3829 from stuartleeks/set-rollback-failure
...
Fix: Failed rollback left in PENDING_ROLLBACK state
7 years ago
Matthew Fisher
2e309df08f
Merge pull request #3836 from bacongobbler/rename-to-crd
...
rename TPR to CRD
7 years ago
Taylor Thomas
9b16c8d0f9
Merge pull request #3843 from wind0r/remove_unuused_servicePort
...
remove unused servicePort from default ingress template
7 years ago