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.
- 02 Apr, 2020 2 commits
-
-
lnattrass authored
helm uninstall has a data race in its Delete function. This resolves it using a mutex. Signed-off-by:
Liam Nattrass <liam.d.nattrass+git@gmail.com>
-
Mario Valderrama authored
* Improve --show-only flag * Ensure consistent manifest ordering
-
- 01 Apr, 2020 2 commits
-
-
Martin Hickey authored
Add unit test for pkg/chart/chart.go
-
Hu Shuai authored
Signed-off-by:
Hu Shuai <hus.fnst@cn.fujitsu.com>
-
- 31 Mar, 2020 4 commits
-
-
Martin Hickey authored
Render subchart notes on upgrade install
-
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
[helm create] Add hpa boilerplate
-
- 30 Mar, 2020 1 commit
-
-
Matt Butcher authored
* fix: update unit test for go 1.14 error string change Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * changed strategy based on conversation with Adam Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 28 Mar, 2020 1 commit
-
-
Tuan authored
Signed-off-by:
Tuan Nguyen <nmtuan.dev@gmail.com>
-
- 26 Mar, 2020 6 commits
-
-
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
Snapcraft installation instructions added
-
Jon Leonard authored
Signed-off-by:
Jon Leonard <jgleonard@gmail.com>
-
Ihor Dvoretskyi authored
Helm is available as a snap - https://snapcraft.io/helm; added this to the installation options Signed-off-by:
Ihor Dvoretskyi <ihor@linux.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 3 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>
-