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.
- 15 Apr, 2020 12 commits
-
-
Matt Butcher authored
* fix: rebuild chart after dependency update on install Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * add correct debug settings Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Scott Rigby authored
* Make get script eaiser for helm versions to live side by side (helm3 etc) Signed-off-by:
Scott Rigby <scott@r6by.com> * Change PROJECT_NAME to BINARY_NAME for purpose clarity Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Martin Hickey authored
fix(upgrade): Add an improved user error message for removed Kubernetes APIs
-
Riccardo Piccoli authored
Signed-off-by:
Riccardo Piccoli <riccardo.piccoli@softonic.com> Co-authored-by:
Riccardo Piccoli <riccardo.piccoli@softonic.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Farina authored
fix(helm): stdin values for helm upgrade --install
-
Martin Hickey authored
The error message returned from Kubernetes when APIs are removed is not very informative. This PR adds additional information to the user. It covers the current release manifest APIs. Partial #7219 Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Martin Hickey authored
Make helm create command's templates more consistent
-
Martin Hickey authored
Avoid downloading the same chart multiple times
-
Adam Reese authored
-
Lu Fengqi authored
* test(pkg/storage/secrets): make MockSecretsInterface.List follow ListOptions Signed-off-by:
Lu Fengqi <lufq.fnst@cn.fujitsu.com> * test(pkg/storage/secrets): add unit test for Secrets.Query Signed-off-by:
Lu Fengqi <lufq.fnst@cn.fujitsu.com> * test(pkg/storage/cfgmaps): make MockConfigMapsInterface.List follow ListOptions Signed-off-by:
Lu Fengqi <lufq.fnst@cn.fujitsu.com> * test(pkg/storage/cfgmaps): add unit test for ConfigMaps.Query Signed-off-by:
Lu Fengqi <lufq.fnst@cn.fujitsu.com>
-
Matt Butcher authored
* docs: Update inline docs on action/upgrade.go Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * clarify atomic and cleanup-on-fail Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * updated the post-render documentation on action.Upgrade Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 14 Apr, 2020 8 commits
-
-
Matt Farina authored
Adding template docs to the version command
-
Matthew Fisher authored
add unit test for metadata Validate
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
Matthew Fisher authored
Add chart unit test
-
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 2 commits
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
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>
-
- 04 Apr, 2020 1 commit
-
-
Andrey Voronkov authored
Signed-off-by:
Andrey Voronkov <voronkovaa@gmail.com>
-
- 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 1 commit
-
-
Martin Hickey authored
Render subchart notes on upgrade install
-