fix(argo-cd): fix doc of how to upgrade CRD (#1344)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
87f0f3a99c
commit
5458a88acb
3 changed files with 8 additions and 9 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.4.2
|
appVersion: v2.4.2
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 4.9.7
|
version: 4.9.8
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -21,5 +21,4 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: fix ArgoCD notifications config map name in role"
|
- "[Fixed]: fix doc of how to upgrade CRD"
|
||||||
- "[Fixed]: fix ArgoCD notifications secret name in role"
|
|
||||||
|
|
|
@ -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:
|
Please use `kubectl` to upgrade CRDs manually from [crds](crds/) folder or via the manifests from the upstream project repo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=<appVersion>
|
kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=<appVersion>
|
||||||
|
|
||||||
# Eg. version v2.3.3
|
# Eg. version v2.4.2
|
||||||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=v2.3.3
|
kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=v2.4.2
|
||||||
```
|
```
|
||||||
|
|
||||||
### 4.9.0
|
### 4.9.0
|
||||||
|
|
|
@ -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:
|
Please use `kubectl` to upgrade CRDs manually from [crds](crds/) folder or via the manifests from the upstream project repo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=<appVersion>
|
kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=<appVersion>
|
||||||
|
|
||||||
# Eg. version v2.3.3
|
# Eg. version v2.4.2
|
||||||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=v2.3.3
|
kubectl apply -k https://github.com/argoproj/argo-cd/manifests/crds\?ref\=v2.4.2
|
||||||
```
|
```
|
||||||
|
|
||||||
### 4.9.0
|
### 4.9.0
|
||||||
|
|
Loading…
Reference in a new issue