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.
- 31 Mar, 2020 1 commit
-
-
Jon Leonard authored
Signed-off-by:
Jon Leonard <jgleonard@gmail.com>
-
- 26 Mar, 2020 4 commits
-
-
Jon Leonard authored
Signed-off-by:
Jon Leonard <jgleonard@gmail.com>
-
Jon Leonard authored
Signed-off-by:
Jon Leonard <jgleonard@gmail.com>
-
Jon Leonard authored
Signed-off-by:
Jon Leonard <jgleonard@gmail.com>
-
Martin Hickey authored
Make the charts cache safe in presence of several Helm instances
-
- 24 Mar, 2020 2 commits
-
-
Matthew Fisher authored
ref(helm): sort hooks by kind
-
Matt Farina authored
Solves the issue #7749
-
- 23 Mar, 2020 1 commit
-
-
Martin Hickey authored
refactor(pkg/lint/test): Improve the checking error message in unit test
-
- 18 Mar, 2020 5 commits
-
-
Matthew Fisher authored
Adopt resources into release with correct instance and managed-by labels
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Martin Hickey authored
Add unit test for lint/values.go
-
Martin Hickey authored
Add unit test for Reverse() in pkg/releaseutil/sorter.go
-
Kim Bao Long authored
Signed-off-by:
Kim Bao Long <longkb@vn.fujitsu.com>
-
- 13 Mar, 2020 4 commits
-
-
tiendc authored
-
tiendc authored
* Fix a bug in storage/driver/secrets.go
-
Martin Hickey authored
fix(show): Port --devel flag for show command
-
Matt Farina authored
Correcting links for release notes
-
- 12 Mar, 2020 3 commits
-
-
Marc Khouzam authored
The 'helm upgrade' command was not checking if the cluster was reachable. Also, 'helm upgrade --install' first checks if the release exists already. If that check fails there is no point in continuing the upgrade. This optimization avoids a second timeout of 30 seconds when trying to do the upgrade. Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org>
-
Matt Farina authored
Fixing issue where archives created on windows have broken paths
-
- 11 Mar, 2020 2 commits
-
-
Jacob LeGrone authored
Signed-off-by:
Jacob LeGrone <git@jacob.work>
-
Jacob LeGrone authored
Signed-off-by:
Jacob LeGrone <git@jacob.work>
-
- 10 Mar, 2020 4 commits
-
-
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>
-
Matt Farina authored
When archives are created on windows the path spearator in the archive file is \\. This causes issues when the file is unpacked. For example, on Linux the files are unpacked in a flat structure and \ is part of the file name. This causes comp issues. In Helm v2 the path was set as / when the archive was written. This works on both Windows and POSIX systems. The fix being implemented is to use the ToSlash function to ensure / is used as the separator. Fixes #7748 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
fix(install): use ca file for install (#7140)
-
James McElwain authored
Signed-off-by:
James McElwain <jmcelwain@gmail.com>
-
- 09 Mar, 2020 4 commits
-
-
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>
-
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>
-
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>
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 06 Mar, 2020 4 commits
-
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Martin Hickey authored
Helm v2 PR #5141 Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Matthew Fisher authored
chore(go.mod): run `go mod tidy`
-
Jacob LeGrone authored
Signed-off-by:
Jacob LeGrone <git@jacob.work>
-
- 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 2 commits
-
-
Mikhail Gusarov authored
If several instances of Helm are run at the same moment and try to download the same chart, some of them might see an empty or incomplete file in cache. Prevent that by saving the dowloaded file atomically. Closes #7600 Signed-off-by:
Mikhail Gusarov <misha@ridge.co>
-
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>
-