fix Chart.name to match the directory name
Helm linting failure on name mismatch.
This commit is contained in:
parent
4fe65a4e09
commit
d5907e9a59
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "1.2.2"
|
appVersion: "1.2.2"
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argocd
|
name: argo-cd
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
home: https://argoproj.github.io/argo-cd/
|
home: https://argoproj.github.io/argo-cd/
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||||
|
|
Loading…
Reference in a new issue