From e8d31f39e514471e16b1512c03819a5b490da695 Mon Sep 17 00:00:00 2001 From: Bruno Clermont Date: Sun, 19 Jan 2020 11:29:04 +0800 Subject: [PATCH] fix: rebase & update chart version --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.