fix: bump minor version to show the effect to users

Signed-off-by: yu-croco <yu.croco@gmail.com>
pull/3242/head
yu-croco 2025-04-10 13:36:04 +09:00
parent 679a6cd7e5
commit aca5a99684
3 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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`.

View File

@ -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`.