From 5458a88acb4ae11491812c3ebae8ddc07d734282 Mon Sep 17 00:00:00 2001 From: Aikawa Date: Tue, 28 Jun 2022 02:44:48 +0900 Subject: [PATCH] fix(argo-cd): fix doc of how to upgrade CRD (#1344) Signed-off-by: yu-croco --- charts/argo-cd/Chart.yaml | 5 ++--- charts/argo-cd/README.md | 6 +++--- charts/argo-cd/README.md.gotmpl | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 6b73ba65..3d1bae72 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.4.2 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 4.9.7 +version: 4.9.8 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,5 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Fixed]: fix ArgoCD notifications config map name in role" - - "[Fixed]: fix ArgoCD notifications secret name in role" + - "[Fixed]: fix doc of how to upgrade CRD" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 2fdf8639..4b604dbb 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -89,10 +89,10 @@ Helm cannot upgrade custom resource definitions [by design](https://helm.sh/docs Please use `kubectl` to upgrade CRDs manually from [crds](crds/) folder or via the manifests from the upstream project repo: ```bash -kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref= +kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\= -# Eg. version v2.3.3 -kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=v2.3.3 +# Eg. version v2.4.2 +kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=v2.4.2 ``` ### 4.9.0 diff --git a/charts/argo-cd/README.md.gotmpl b/charts/argo-cd/README.md.gotmpl index 27178fd2..93fb78ce 100644 --- a/charts/argo-cd/README.md.gotmpl +++ b/charts/argo-cd/README.md.gotmpl @@ -89,10 +89,10 @@ Helm cannot upgrade custom resource definitions [by design](https://helm.sh/docs Please use `kubectl` to upgrade CRDs manually from [crds](crds/) folder or via the manifests from the upstream project repo: ```bash -kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref= +kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\= -# Eg. version v2.3.3 -kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=v2.3.3 +# Eg. version v2.4.2 +kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=v2.4.2 ``` ### 4.9.0