fix: bump minor version to show the effect to users
Signed-off-by: yu-croco <yu.croco@gmail.com>pull/3242/head
parent
679a6cd7e5
commit
aca5a99684
|
@ -3,7 +3,7 @@ appVersion: v2.14.9
|
|||
kubeVersion: ">=1.25.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 7.8.24
|
||||
version: 7.9.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
|
@ -278,6 +278,9 @@ For full list of changes please check ArtifactHub [changelog].
|
|||
|
||||
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
||||
|
||||
### 7.9.0
|
||||
In order to align the default value of `automountServiceAccountToken`, we changed `redis.serviceAccount.automountServiceAccountToken` and `commitServer.automountServiceAccountToken` to `true` .
|
||||
|
||||
### 7.0.0
|
||||
|
||||
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
||||
|
|
|
@ -278,6 +278,9 @@ For full list of changes please check ArtifactHub [changelog].
|
|||
|
||||
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
||||
|
||||
### 7.9.0
|
||||
In order to align the default value of `automountServiceAccountToken`, we changed `redis.serviceAccount.automountServiceAccountToken` and `commitServer.automountServiceAccountToken` to `true` .
|
||||
|
||||
### 7.0.0
|
||||
|
||||
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
||||
|
|
Loading…
Reference in New Issue