Adam Reese
e909258fe8
remove rudder build infra
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
Michelle Noorali
00b9d7f691
Merge pull request #3713 from michelleN/reuse-values-docs
...
ref(cmd/upgrade): update reuse-values flag descrip
7 years ago
Michelle Noorali
e922a873bc
ref(cmd/upgrade): update reuse-values flag descrip
...
helps clarify behavior. See #3655
7 years ago
Michelle Noorali
e02802ba95
ref(pkg/tiller): clarify reuseValues comment
7 years ago
Michelle Noorali
9266731dc4
fix(pkg/tiller): reuseValues combines all prev val
...
Resolves #3655
We were seeing that when running helm upgrade with the reuse-values
flag enabled that you could end up in the position where overrides
a.k.a computed values from previous revisions were not being saved on
the updated revision. This left us in a weird position where some
computed values would disappear mysteriously in the abyss. That
happened because computed values from previous revisions weren't merged
with the new computed values every time the reuse-values flag was used.
This PR merges computed values from the previous revisions so you don't
end up in that kind of conundrum.
7 years ago
Matthew Fisher
a8023979ec
Merge pull request #3830 from michelleN/prettyError
...
ref(cmd/helm): show grpc error msg from prettyError
7 years ago