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
Arash Deshmeh
ea7c3fefc8
fix(helm) refactor release_testing unit tests to utilize runReleaseCases
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
ReSearchITEng
09e0ab1809
closes #3795
...
closes #3795
7 years ago
AdamDang
026e6b55e5
Update rbac.md
...
In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
7 years ago
Matthew Fisher
531deec220
Merge pull request #3789 from adshmh/fix-output-leak-from-create-command-unit-tests
...
fix output leak from unit tests of helm create command
7 years ago
Arash Deshmeh
e0056a9e41
fix(helm): fix output leak from unit tests of helm create command
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
John Koleszar
1e03f1bce5
Fix tiller deployment on RBAC clusters
...
Adds automountServiceAccountToken when a serviceAccount is specified.
Prior to this, tiller falls back to contacting the KUBERNETES_SERVICE on
localhost:8080 rather than respecting the cluster IP in the
KUBERNETES_SERVICE_{HOST,PORT} environment variables.
Fixes #3460 , fixes #3467 .
7 years ago
Ryan Hartje
343acc5a60
return a non 0 exit code when lint fails due to missing Chart.yaml
7 years ago
fibonacci1729
2dd9b34d28
stream releases when listing
7 years ago
Matthew Fisher
d32a6ef63b
Merge pull request #3768 from edgarlanting/patch-1
...
Updated kubernetes_distros.md with DC/OS note.
7 years ago
Shredgar
3334309a91
Removed typos (additional plus signs)
...
Removed typos (additional plus signs)
7 years ago
Adam Reese
c574e03ed4
Merge pull request #3721 from adamreese/ref/kube-1.10
...
ref(*): kubernetes v1.10 support
7 years ago
muhongwei
0ba75b6652
fix 'eveything' -> 'everything' ( #3754 )
7 years ago
muhongwei
75387fe318
fix 'mulitenant'->'multitenant' ( #3755 )
7 years ago
adshmh
1a55161a53
Fix several golint warnings ( #3756 )
...
* fix(helm): fix golint warning due to ApiVersionV1 constant name
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warning due to ResolveChartVersionAndGetRepo comment
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warnings on HttpGetter type and SetCredentials method missing a comment
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm):fix golint warning due to comment on FindChartInAuthRepoURL function
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warning due to RepoFile type name
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warning due to ParseString comment
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Matthew Fisher
01e5c4f5ea
Merge pull request #3771 from flimzy/doc
...
Remove outdated note from doc
7 years ago
Jonathan Hall
6e3a0a1291
Remove outdated note.
7 years ago
Shredgar
52b7abac26
Updated kubernetes_distros.md with DC/OS note.
...
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
7 years ago
Adam Reese
7c19cb7040
ref(*): kubernetes v1.10 support
7 years ago
Matthew Fisher
b2ac6d3dd9
Merge pull request #3759 from AdamDang/patch-1
...
Update tiller_ssl.md
7 years ago
AdamDang
31c03a2484
Update tiller_ssl.md
...
"that" is duplicated.
7 years ago
cameronconradt
6a59683c01
Update files.go
...
Should suppress the warnings about the naming of these two functions. Added TODO
7 years ago
Matthew Fisher
94a5f3a1eb
Merge pull request #3750 from rmorrise/patch-1
...
Updated to mention the --purge flag on delete
7 years ago
Russell Morrisey
9d0dc294d7
Updated to mention the --purge flag on delete
...
See: https://github.com/kubernetes/helm/issues/2332
7 years ago
Matthew Fisher
850c8714a7
Merge pull request #3661 from bacongobbler/fix-default-connection-timeout
...
add back the default 5 second connection timeout
7 years ago
Matthew Fisher
793cda8aa0
Merge pull request #3730 from helgi/feature/gh-3682
...
Create index.yaml if missing when running repo index --merge
7 years ago