diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 26ccc96f..b8f99e95 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.4.0" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 1.6.3 +version: 1.6.5 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 861ba878..17744be5 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -26,7 +26,7 @@ $ helm install --name my-release argo/argo-cd ### Helm v3 Compatability -Requires chart version 1.5.1 or newer. +Requires chart version 1.6.5 or newer. Helm v3 has removed the `install-crds` hook so CRDs are now populated by files in the [crds](./crds) directory. Users of Helm v3 should set the `installCRDs` value to `false` to avoid warnings about nonexistant webhooks.