fix: rebase & update chart version
This commit is contained in:
parent
6f6707c2b1
commit
e8d31f39e5
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue