docs(argo-cd): Fix incorrect version in upgrade instructions (#1330)
* doc: fix incorrect version in upgrade instructions Signed-off-by: Romain Poirot <github@romainpoirot.fr> * Bump chart version and add changelog annotation Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
0ad6070fcc
commit
7c21bec7f5
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.4.0
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.9.3
|
||||
version: 4.9.4
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
@ -21,4 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: Long release names cause invalid app controller statefulset resource"
|
||||
- "[Fixed]: Use correct version in upgrade instructions (README.md)"
|
||||
|
|
|
@ -95,7 +95,7 @@ kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=<app
|
|||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=v2.3.3
|
||||
```
|
||||
|
||||
### 4.6.0
|
||||
### 4.9.0
|
||||
|
||||
This version starts to use upstream image with applicationset binary. Start command was changed from `applicationset-controller` to `argocd-applicationset-controller`
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=<app
|
|||
kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=v2.3.3
|
||||
```
|
||||
|
||||
### 4.6.0
|
||||
### 4.9.0
|
||||
|
||||
This version starts to use upstream image with applicationset binary. Start command was changed from `applicationset-controller` to `argocd-applicationset-controller`
|
||||
|
||||
|
|
Loading…
Reference in a new issue