Skip to content

Commit ee6a802

Browse files
authored
docs(argo-cd): Add context to Changelog in README for v9.0.0 (#3547)
1 parent e843361 commit ee6a802

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 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.2
6+
version: 9.0.3
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,4 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: fixed
30-
description: Correct Changelog in README for v9.0.0
30+
description: Add context to Changelog in README for v9.0.0

charts/argo-cd/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ Highlighted versions provide information about additional steps that should be p
400400
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

403+
**Though we removed the parameters from values.yaml in argo-helm, we keep providing the interface to override `.Values.configs.params` as the same way. **
404+
403405
**Breaking change**
404406

405407
Please be aware that the default value for `applicationsetcontroller.policy` has been updated to match the upstream default. The chart's default was previously `'sync'`, while the upstream default is `""` (an empty string).

charts/argo-cd/README.md.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ Highlighted versions provide information about additional steps that should be p
400400
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

403+
**Though we removed the parameters from values.yaml in argo-helm, we keep providing the interface to override `.Values.configs.params` as the same way. **
404+
403405
**Breaking change**
404406

405407
Please be aware that the default value for `applicationsetcontroller.policy` has been updated to match the upstream default. The chart's default was previously `'sync'`, while the upstream default is `""` (an empty string).

0 commit comments

Comments
 (0)