docs(argo-cd): Fix v5.5.0 upgrade guide heading (#1502)
Signed-off-by: Hyeonmin Park <hyeonmin.park@kennysoft.kr>
This commit is contained in:
parent
01a871c91e
commit
54f4cbe36f
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.4.12
|
appVersion: v2.4.12
|
||||||
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: 5.5.6
|
version: 5.5.7
|
||||||
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
|
||||||
sources:
|
sources:
|
||||||
|
@ -22,4 +22,4 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Source code section inside chart README"
|
- "[Fixed]: v5.5.0 Upgrade guide heading in README"
|
||||||
|
|
|
@ -101,7 +101,7 @@ kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=<appVer
|
||||||
kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=v2.4.9"
|
kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=v2.4.9"
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5.4.0
|
### 5.5.0
|
||||||
|
|
||||||
This version introduces new `configs.params` section that replaces command line arguments for containers.
|
This version introduces new `configs.params` section that replaces command line arguments for containers.
|
||||||
Please refer to documentation in values.yaml for migrating the configuration.
|
Please refer to documentation in values.yaml for migrating the configuration.
|
||||||
|
|
|
@ -100,7 +100,7 @@ kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=<appVer
|
||||||
kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=v2.4.9"
|
kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=v2.4.9"
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5.4.0
|
### 5.5.0
|
||||||
|
|
||||||
This version introduces new `configs.params` section that replaces command line arguments for containers.
|
This version introduces new `configs.params` section that replaces command line arguments for containers.
|
||||||
Please refer to documentation in values.yaml for migrating the configuration.
|
Please refer to documentation in values.yaml for migrating the configuration.
|
||||||
|
|
Loading…
Reference in a new issue