From d5907e9a593391d6c1beacc32dad3224f7abf86b Mon Sep 17 00:00:00 2001 From: Jaret Deprin Date: Tue, 15 Oct 2019 18:32:41 -0700 Subject: [PATCH] fix Chart.name to match the directory name Helm linting failure on name mismatch. --- charts/argo-cd/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 7a21a06f..5ea5c3bc 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 appVersion: "1.2.2" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. -name: argocd +name: argo-cd version: 1.0.0 home: https://argoproj.github.io/argo-cd/ icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png