- 30 Apr, 2019 1 commit
-
-
Martin Hickey authored
The 'app.kubernetes.io/version' label was not being rendered as expected. It was appending onto the label before it and also the next label label was appending onto it on the same line. Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 24 Apr, 2019 1 commit
-
-
Luis Davim authored
Signed-off-by:
Luis Davim <luis.davim@jet.com>
-
- 19 Apr, 2019 1 commit
-
-
Evan Vetere authored
fix for unit tests Signed-off-by:
Evan Vetere <ecv@sine.com>
-
- 18 Apr, 2019 2 commits
-
-
SataQiu authored
Signed-off-by:
SataQiu <qiushida@beyondcent.com>
-
SataQiu authored
Signed-off-by:
SataQiu <qiushida@beyondcent.com>
-
- 11 Apr, 2019 2 commits
-
-
xichengliudui authored
Signed-off-by:
xichengliudui <1693291525@qq.com> update pull request Signed-off-by:
xichengliudui <1693291525@qq.com> update pull request Signed-off-by:
xichengliudui <1693291525@qq.com>
-
xichengliudui authored
Signed-off-by:
xichengliudui <1693291525@qq.com> update pull request Signed-off-by:
xichengliudui <1693291525@qq.com>
-
- 10 Apr, 2019 2 commits
-
-
xichengliudui authored
Signed-off-by:
xichengliudui <1693291525@qq.com>
-
Morten Torkildsen authored
Manifest validation is done by the builder, but it requires that the schema is set before the Stream function is called. Otherwise the StreamVisitor is created without a schema and no validation is done. Signed-off-by:
Morten Torkildsen <mortent@google.com>
-
- 04 Apr, 2019 2 commits
-
-
Timofey Kirillov authored
Signed-off-by:
Timofey Kirillov <timofey.kirillov@flant.com>
-
Timofey Kirillov authored
Signed-off-by:
Timofey Kirillov <timofey.kirillov@flant.com>
-
- 30 Mar, 2019 1 commit
-
-
Morten Torkildsen authored
Makes sure CRDs installed through the crd_install hook reaches the `established` state before the hook is considered complete. Signed-off-by:
Morten Torkildsen <mortent@google.com>
-
- 26 Mar, 2019 1 commit
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 25 Mar, 2019 1 commit
-
-
Pavel Eremeev authored
Signed-off-by:
Pavel Eremeev <selslack@users.noreply.github.com>
-
- 22 Mar, 2019 2 commits
-
-
Fernando Barbosa authored
Signed-off-by:
Timofey Kirillov <timofey.kirillov@flant.com>
-
Timofey Kirillov authored
This is the fix for only one particular, but important case. The case when a new resource has been added to the chart and there is an error in the chart, which leads to release failure. In this case after first failed release upgrade new resource will be created in the cluster. On the next release upgrade there will be the error: `no RESOURCE with the name NAME found` for this newly created resource from the previous release upgrade. The root of this problem is in the side effect of the first release process, Release invariant says: if resouce exists in the kubernetes cluster, then it should exist in the release storage. But this invariant has been broken by helm itself -- because helm created new resources as side effect and not adopted them into release storage. To maintain release invariant for such case during release upgrade operation all newly *successfully* created resources will be deleted in the case of an error in the subsequent resources update. This behaviour will be enabled only when `--cleanup-on-fail` option used for `helm upgrade` or `helm rollback`. Signed-off-by:
Timofey Kirillov <timofey.kirillov@flant.com>
-
- 18 Mar, 2019 1 commit
-
-
Mikhail Kirpichev authored
There was a typo in a tiller error with "released named" message, I've changed it to "a release named". Also fix a unit-test for it. Signed-off-by:
Mikhail Kirpichev <mkirpic@gmail.com>
-
- 16 Mar, 2019 1 commit
-
-
Pavel Eremeev authored
Signed-off-by:
Pavel Eremeev <selslack@users.noreply.github.com>
-
- 09 Mar, 2019 1 commit
-
-
Luis Davim authored
Signed-off-by:
Luis Davim <luis.davim@jet.com>
-
- 08 Mar, 2019 1 commit
-
-
Joe Lanford authored
Signed-off-by:
Joe Lanford <joe.lanford@gmail.com>
-
- 04 Mar, 2019 2 commits
-
-
Jacob LeGrone authored
Signed-off-by:
Jacob LeGrone <git@jacob.work>
-
Jacob LeGrone authored
Signed-off-by:
Jacob LeGrone <git@jacob.work>
-
- 02 Mar, 2019 1 commit
-
-
Don Bowman authored
Signed-off-by:
Don Bowman <db@donbowman.ca>
-
- 26 Feb, 2019 1 commit
-
-
tuanvcw authored
Signed-off-by:
Vu Cong Tuan <tuanvc@vn.fujitsu.com>
-
- 23 Feb, 2019 1 commit
-
-
Don Bowman authored
Changes as per PR https://github.com/helm/helm/pull/5271 - make imagePullSecrets be an array - move imagePullSecrets to 'root' level of Values Signed-off-by:
Don Bowman <db@donbowman.ca>
-
- 19 Feb, 2019 1 commit
-
-
Miroslav Spousta authored
Signed-off-by:
Miroslav Spousta <qiq@ucw.cz>
-
- 15 Feb, 2019 2 commits
-
-
Matt Farina authored
That the match is based on version is implicit. Making it explicit because I had to think when I saw it. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Alex authored
Signed-off-by:
Alex Gladkikh <theshamuel@gmail.com>
-
- 12 Feb, 2019 3 commits
-
-
liaoj authored
when customer use --version flag, the version format include the Build metadata, the metadata will be ingorned Signed-off-by:
jliao <jliao@alauda.io>
-
Matt Butcher authored
* fix: Update gRPC to get better TLS connection handling To avoid backward compatibility breakers, we have been pinned to a very old version of gRPC. But it appears that there have been some very significant network fixes since then. Looking closely at #3480, it appears that some of this fixes may be directly related to solving that bug. Note that this regenerates a few of the Go proto files, so the binary wire format may be broken. That means this MUST be held to a minor version, not a patch release. To test: - Build both client and server - Install Tiller into your cluster - Perform a number of Helm-Tiller interactions (`helm version`, `helm list`) Closes #3480 Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * Switched to latest protobuf Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
lIuDuI authored
Signed-off-by:
xichengliudui <1693291525@qq.com>
-
- 11 Feb, 2019 1 commit
-
-
xichengliudui authored
Signed-off-by:
xichengliudui <1693291525@qq.com>
-
- 10 Feb, 2019 1 commit
-
-
Gábor Lipták authored
Signed-off-by:
Gábor Lipták <gliptak@gmail.com>
-
- 07 Feb, 2019 2 commits
-
-
Elad Iwanir authored
Signed-off-by:
Elad Iwanir <eladiw@users.noreply.github.com>
-
Ian Howell authored
Signed-off-by:
Ian Howell <ian.howell0@gmail.com>
-
- 06 Feb, 2019 1 commit
-
-
Don Bowman authored
This relates to [#3529](https://github.com/helm/helm/issues/3529 ). It adds image.pullSecret to the default generate blank chart when the user does `helm create`. Signed-off-by:
Don Bowman <don@agilicus.com>
-
- 04 Feb, 2019 1 commit
-
-
adshmh authored
Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 01 Feb, 2019 3 commits
-
-
Alexander Matyushentsev authored
Signed-off-by:
Alexander Matyushentsev <AMatyushentsev@gmail.com>
-
Flavian authored
* added test for zero values Signed-off-by:
Flavian <flavian.sierk@gmail.com> * implemented case for zero values Signed-off-by:
Flavian <flavian.sierk@gmail.com>
-
ahmadali shafiee authored
* making ingress path configurations more customizable Signed-off-by:
Ahmadali Shafiee <mail@ahmadalli.net> * update notes ingress reference Signed-off-by:
Ahmadali Shafiee <mail@ahmadalli.net>
-