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.
- 14 Apr, 2020 4 commits
-
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 13 Apr, 2020 5 commits
-
-
Marc Khouzam authored
Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
Eric Bailey authored
Signed-off-by:
Eric Bailey <eric@ericb.me>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Marc Khouzam authored
After the introduction of lazy loading of the Kubernetes client as part of PR #7831, there is no longer a need to protect against an incomplete --kube-context value when doing completion. Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
Adam Reese authored
Upgrade Kubernetes libraries to v0.18.0 Add new lazy load KubernetesClientSet to avoid missing kubeconfig error In kubernetes v1.18 kubeconfig validation was added. Minikube and Kind both remove kubeconfig when stopping clusters. This causes and error when running any helm commands because we initialize the client before executing the command. Signed-off-by:
Adam Reese <adam@reese.io>
-
- 10 Apr, 2020 1 commit
-
-
Andreas Lindhé authored
* Implement support for multiple args for repo remove Signed-off-by:
Andreas Lindhé <andreas@lindhe.io>
-
- 09 Apr, 2020 2 commits
-
-
Matt Butcher authored
* fix: fixed bug in Dependency.List() A bug in Dependency.List() caused all compressed charts to flag their dependencies as "missing". Closes #4431 Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * removed some files from test fixtures Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Farina authored
Adding notes on semver to create Chart.yaml
-
- 08 Apr, 2020 1 commit
-
-
Matt Farina authored
The version field in the Chart.yaml has a comment describing it but it did not note the version needs to follow SemVer. There have been numerous questions, over time, about this format. Add note here so it's exposed in more places. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 07 Apr, 2020 2 commits
-
-
Matthew Fisher authored
[create] feat: add pod annotations
-
Matthew Fisher authored
[create] feat: allow image tag override
-
- 05 Apr, 2020 2 commits
-
-
Naseem authored
While using the chart version as image tag is the sanest default, it is not uncommon to want to override this if using a custom image, or using helm to manage an in-house app running different tags across different environments. Signed-off-by:
Naseem <naseem@transit.app>
-
Naseem authored
With the rise of sidecar injectors, pod annotations configuration is becoming more and more important. Signed-off-by:
Naseem <naseem@transit.app>
-
- 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 4 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
-