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
Matthew Fisher
d078caa0d0
Merge pull request #3471 from adshmh/add-set-and-values-options-to-helm-package
...
feat: add --set and --values options to 'helm package'
7 years ago
Steffen Windoffer
8bd42d2645
remove unused servicePort from default ingress template
7 years ago
AdamDang
138de17c64
Fix some typos
...
outout->output
Get's->get
the the->the
7 years ago
Erik Sundell
05a1f7f46c
Updated tests for PR #3837
7 years ago
Erik Sundell
6cdf6cee56
toYaml - Fixes #3470 - trailing \n issue
...
`toYaml` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
7 years ago
Erik Sundell
35132d141c
toYaml - Fixes #3410 - trailing \n issue
...
`toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
7 years ago
Matthew Fisher
50f6fddd99
Merge pull request #3838 from synax/windows-choco-install
...
Updates readme with chocolatey install command for Windows
7 years ago
Taylor Thomas
6a649134e0
Merge pull request #3783 from RyanHartje/fail_lint_when_chart_yaml_missing
...
return a non 0 exit code when lint fails due to missing Chart.yaml
7 years ago
Stefan Henseler
c6faed101b
Updates readme with choco install command
7 years ago
Taylor Thomas
8fef5aad52
Merge pull request #3794 from AdamDang/patch-2
...
Update rbac.md
7 years ago
Matthew Fisher
f52d0f4f18
rename TPR to CRD
7 years ago
Matthew Fisher
55ec0709d5
Merge pull request #3832 from dwalleck/fix-typos-3823
...
Fixes typos introduced in #3540 .
7 years ago
Daryl Walleck
1e7915587f
Fixes typos introduced in #3540 . Closes #3823
7 years ago
Michelle Noorali
72d54f356d
Merge pull request #3831 from michelleN/fix-3655
...
fix(pkg/tiller): saves all previous computed values on reuseValues
7 years ago
Michelle Noorali
0ea8573501
Merge pull request #3824 from zdw/master
...
Fix #3822
7 years ago