This project is mirrored from https://gitee.com/zyxjob/helm.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 09 Mar, 2020 1 commit
-
-
Anshul Verma authored
Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml Signed-off-by:
Anshul Verma <ansverma@localhost.localdomain>
-
- 06 Mar, 2020 1 commit
-
-
Matthew Fisher authored
chore(go.mod): run `go mod tidy`
-
- 05 Mar, 2020 4 commits
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Adds script to help craft release notes
-
Martin Hickey authored
fix(helm): add --skip-crds flag to 'helm upgrade'
-
Martin Hickey authored
Fix dep build to be compatiable with Helm 2 when requirements use repo alias
-
- 04 Mar, 2020 1 commit
-
-
Matt Butcher authored
* fix: add new static linter and fix issues it found Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * fixed two additional linter errors. Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 03 Mar, 2020 5 commits
-
-
Matthias Riegler authored
* added --insecure-skip-tls-verify for chart repos Signed-off-by:
Matthias Riegler <me@xvzf.tech> * fixed not passing the insecureSkipTLSverify option Signed-off-by:
Matthias Riegler <me@xvzf.tech> * fixed testcase Signed-off-by:
Matthias Riegler <me@xvzf.tech> * pass proxy when using insecureSkipVerify Signed-off-by:
Matthias Riegler <me@xvzf.tech> * Add testcases for insecureSkipVerifyTLS Signed-off-by:
Matthias Riegler <me@xvzf.tech> * added missing err check Signed-off-by:
Matthias Riegler <me@xvzf.tech> * panic after json marshal fails Signed-off-by:
Matthias Riegler <me@xvzf.tech>
-
Matthew Fisher authored
Save Chart.lock to helm package tar
-
Matthew Fisher authored
pkg/storage: add unit test
-
Matthew Fisher authored
fix(helm): respect resource policy on ungrade
-
Matthew Fisher authored
ref(environment): use string checking instead
-
- 02 Mar, 2020 14 commits
-
-
Matt Farina authored
Add verification output to the verify command
-
Matthew Fisher authored
Repair unit tests failing on Linux caused by using the os.Stat
-
Matthew Fisher authored
It is more idiomatic to compare the string against the empty string than to check the string's length. Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
feat(cli) Pass token via cli
-
Matthew Fisher authored
Fix 'helm template' to also print invalid yaml
-
Matt Farina authored
Fixes verification output on pull command
-
Song Shukun authored
Signed-off-by:
Song Shukun <song.shukun@fujitsu.com>
-
Martin Hickey authored
fixed dependencies processing in case of helm install or upgrade for …
-
Dong Gang authored
Signed-off-by:
Dong Gang <dong.gang@daocloud.io>
-
Dong Gang authored
Signed-off-by:
Dong Gang <dong.gang@daocloud.io>
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
Dong Gang authored
Don't delete a resource on upgrade if it is annotated with helm.io/resource-policy=keep. This can cause data loss for users if the annotation is ignored(e.g. for a PVC) Close #7677 Signed-off-by:
Dong Gang <dong.gang@daocloud.io>
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
- 28 Feb, 2020 3 commits
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matt Farina authored
This complements the verification output fixed in #7706. On verify there should be some detail about the verification rather than no information. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
When using the --verify flag on the pull command the output was an internal Go object rather than useful detail. This is a bug. The output new displays who signed the chart along with the hash. Fixes #7624 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 27 Feb, 2020 5 commits
-
-
Martin Hickey authored
Update README.md
-
Martin Hickey authored
Return "unknown command" error for unknown subcommands
-
Evgenii Iablokov authored
Typo fix: Space missed in Markdown header. Signed-off-by:
Evgeniy Yablokov <ey@odoscope.com>
-
Xiangxuan Liu authored
Signed-off-by:
Xiangxuan Liu <xiangxuan.liu@rightcapital.com>
-
Xiangxuan Liu authored
Signed-off-by:
Xiangxuan Liu <xiangxuan.liu@rightcapital.com>
-
- 26 Feb, 2020 3 commits
-
-
Matthew Fisher authored
Fix golangci-lint errors.
-
Pavel Macík authored
Signed-off-by:
Pavel Macík <pavel.macik@gmail.com>
-
Song Shukun authored
Signed-off-by:
Song Shukun <song.shukun@fujitsu.com>
-
- 25 Feb, 2020 2 commits
-
-
Adam Reese authored
fix(cmd/helm): upgrade go-shellwords
-
Adam Reese authored
Removes workaround introduced in #7323 Signed-off-by:
Adam Reese <adam@reese.io>
-
- 24 Feb, 2020 1 commit
-
-
Matthew Fisher authored
feat(install): introduce --create-namespace
-