fix: Fix breaking change in 1.6.1 chart (#208)
* Fixes version label in argocd components Breaking change introduced in this PR https://github.com/argoproj/argo-helm/pull/203 causes labeles to be removed due to an empty vaule in .Values.*.image.tag. * Update Chart.yaml patch version bump
This commit is contained in:
parent
69208d2a6f
commit
eddfa674ce
4 changed files with 8 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
appVersion: "1.3.6"
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 1.6.1
|
||||
version: 1.6.2
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
keywords:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue