Skip to content

Commit e843361

Browse files
authored
docs(argo-cd): Correct Changelog in README for v9.0.0 (#3546)
Signed-off-by: yu-croco <[email protected]>
1 parent 1aa992d commit e843361

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.1.9
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 9.0.1
6+
version: 9.0.2
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -26,5 +26,5 @@ annotations:
2626
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
29-
- kind: changed
30-
description: Bump argo-cd to v3.1.9
29+
- kind: fixed
30+
description: Correct Changelog in README for v9.0.0

charts/argo-cd/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ For full list of changes please check ArtifactHub [changelog].
397397
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
398398

399399
### 9.0.0
400-
We have removed all parameters under `.Values.configs.cm.params` in this release, with the exception of `create` and `annotations`.
400+
We have removed all parameters under `.Values.configs.params` in this release, with the exception of `create` and `annotations`.
401401
This is to ensure better alignment with the upstream project, as tracking changes to their default values within the Helm chart has become challenging.
402402

403403
**Breaking change**
@@ -409,9 +409,8 @@ To restore the previous setting, you can override the argocd-cmd-params-cm Confi
409409

410410
```yaml
411411
configs:
412-
cm:
413-
params:
414-
applicationsetcontroller.policy: 'sync'
412+
params:
413+
applicationsetcontroller.policy: 'sync'
415414
```
416415

417416
### 8.0.0

charts/argo-cd/README.md.gotmpl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ For full list of changes please check ArtifactHub [changelog].
397397
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
398398

399399
### 9.0.0
400-
We have removed all parameters under `.Values.configs.cm.params` in this release, with the exception of `create` and `annotations`.
400+
We have removed all parameters under `.Values.configs.params` in this release, with the exception of `create` and `annotations`.
401401
This is to ensure better alignment with the upstream project, as tracking changes to their default values within the Helm chart has become challenging.
402402

403403
**Breaking change**
@@ -409,9 +409,8 @@ To restore the previous setting, you can override the argocd-cmd-params-cm Confi
409409

410410
```yaml
411411
configs:
412-
cm:
413-
params:
414-
applicationsetcontroller.policy: 'sync'
412+
params:
413+
applicationsetcontroller.policy: 'sync'
415414
```
416415

417416
### 8.0.0

0 commit comments

Comments
 (0)