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
Michelle Noorali
499636d70c
ref(cmd/helm): show grpc error msg from prettyError
7 years ago
Stuart Leeks
bac4f45f94
Switch flag to update existing record
7 years ago
Ryan Hartje
9b20d91e42
using existing mechanism to flag for failures
7 years ago
AdamDang
58ac602365
Typo fix helm->Helm
7 years ago
Taylor Thomas
3ba2a00982
Merge pull request #3784 from jkoleszar/tiller-rbac
...
Fix tiller deployment on RBAC clusters
7 years ago
Taylor Thomas
9654c616c2
Merge pull request #3813 from usabilla/merge-values
...
Removes unnecessary if block
7 years ago
Taylor Thomas
0a387e25a5
Merge pull request #3799 from ReSearchITEng/master
...
closes #3795
7 years ago
Zack Williams
1d3ae54185
Fix #3822
7 years ago
Matthew Fisher
32d30bff20
Merge pull request #3817 from bacongobbler/fix-3806
...
import client auth plugins
7 years ago
Matthew Fisher
e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
...
Implement before-hook-creation delete policy
7 years ago
Matthew Fisher
c52707fb26
import client auth plugins
7 years ago
Timofey Kirillov
b7fe0d0bd7
Add hook-delete-policy ReleaseServer unit tests
...
Cover hook-succeeded, hook-failed and before-hook-creation hook delete policies.
7 years ago
Gijs Kunze
458ba8ce37
Removes unnecessary if block
7 years ago
Brian
58e4b6ac61
Merge pull request #3782 from fibonacci1729/master
...
stream releases when listing
7 years ago
fibonacci1729
ad99c1b749
release list paritioning
7 years ago