* 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
16 lines
421 B
YAML
16 lines
421 B
YAML
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.2
|
|
home: https://github.com/argoproj/argo-helm
|
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
|
keywords:
|
|
- argoproj
|
|
- argocd
|
|
- gitops
|
|
maintainers:
|
|
- name: alexec
|
|
- name: alexmt
|
|
- name: jessesuen
|
|
- name: seanson
|