- 10 Apr, 2019 1 commit
-
-
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>
-
- 09 Apr, 2019 2 commits
-
-
Matthew Fisher authored
Refactor: use const code block
-
SataQiu authored
Signed-off-by: SataQiu <qiushida@beyondcent.com>
-
- 08 Apr, 2019 3 commits
-
-
Matthew Fisher authored
Update golang version
-
ialidzhikov authored
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
-
Martin Hickey authored
Fix 'THE INCLUDE FUNCTION' in 'Developing Templates' output
-
- 07 Apr, 2019 1 commit
-
-
Kenta Iso authored
Signed-off-by: Kenta Iso <type.mafty@gmail.com>
-
- 05 Apr, 2019 5 commits
-
-
Matthew Fisher authored
Fix `no RESOURCE with the name NAME found`
-
Matthew Fisher authored
feat: make tiller probeAddr configurable
-
Taylor Thomas authored
Fix description of helm dependency command
-
Taylor Thomas authored
Don't print ROLLING BACK if atomic is not set
-
Yusuke KUOKA authored
As many people have requested and discussed in #3159. The variable name are kept the same as before. Corresponding command-line flag is named, and description are written, after the existing flag for gRPC. The scope of this change is intentionally limited to the minimum. That is, I have not yet added `--probe=false`, because it shouldn't be a blocker if we can change the port number. Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
-
- 04 Apr, 2019 8 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>
-
Matthew Fisher authored
Fixed default value for `helm.sh/chart` label
-
Sergey Kozlov authored
Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
-
Matthew Fisher authored
Fixed typos in docs/chart_best_practices
-
Sergey Kozlov authored
Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
-
Matthew Fisher authored
Document update | variable representation change
-
Arvind Kumar authored
Signed-off-by: Arvind Kumar <10303369+aku163@users.noreply.github.com>
-
- 03 Apr, 2019 4 commits
-
-
Matthew Fisher authored
Fixed a typo in docs
-
Sergey Kozlov authored
Replaced `chart` command by `helm`. Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
-
Matthew Fisher authored
closes #5544 don't do multiple chart reads on upgrade
-
Joschka Tillmanns authored
Signed-off-by: Joschka Tillmanns <joschka@tillmanns.me>
-
- 26 Mar, 2019 3 commits
-
-
Matthew Fisher authored
chore(glide): bump kubernetes to 1.14
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Xiangxuan Liu authored
Signed-off-by: Xiangxuan Liu <xiangxuan.liu@rightcapital.com>
-
- 25 Mar, 2019 4 commits
-
-
Mike Eves authored
Signed-off-by: Mike Eves <michael.eves@autotrader.co.uk>
-
Matthew Fisher authored
refactor(*): make "not found" error message user-friendly
-
Pavel Eremeev authored
Signed-off-by: Pavel Eremeev <selslack@users.noreply.github.com>
-
Matthew Fisher authored
Update golang version
-
- 24 Mar, 2019 1 commit
-
-
ialidzhikov authored
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
-
- 23 Mar, 2019 2 commits
-
-
Matthew Fisher authored
remove kubernetes from contributing section
-
Devin Burnette authored
Signed-off-by: Devin Burnette <devin.burnette@betterment.com>
-
- 22 Mar, 2019 4 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>
-
Matthew Fisher authored
fix(script): follow redirected URL of github latest release
-
Arief Hidayat authored
Closes #5480 Signed-off-by: Arief Hidayat <mr.arief.hidayat@gmail.com>
-
- 21 Mar, 2019 1 commit
-
-
Arief Hidayat authored
When checking version and desired version is not set, we follow redirected URL of github latest release to get the latest tag instead of trying to get the tag value from html content. Closes #5480 Signed-off-by: Arief Hidayat <mr.arief.hidayat@gmail.com>
-
- 20 Mar, 2019 1 commit
-
-
Matthew Fisher authored
style: fix golint error in init.go for redundant err!=nil check
-