fix: update Helm version to v3.17.4 in CI and init.go

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2025-07-17 06:39:03 +08:00
parent 899b7791d2
commit 2ab73aca76
2 changed files with 3 additions and 3 deletions

View File

@ -54,12 +54,12 @@ jobs:
# Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions.
# That's why we cover only 2 Helm minor versions in this matrix.
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
- helm-version: v3.17.3
- helm-version: v3.17.4
kustomize-version: v5.2.1
plugin-secrets-version: 4.6.5
plugin-diff-version: 3.11.0
extra-helmfile-flags: ''
- helm-version: v3.17.3
- helm-version: v3.17.4
kustomize-version: v5.4.3
# We assume that the helm-secrets plugin is supposed to
# work with the two most recent helm minor versions.

View File

@ -17,7 +17,7 @@ import (
)
const (
HelmRequiredVersion = "v3.17.3"
HelmRequiredVersion = "v3.17.4"
HelmDiffRecommendedVersion = "v3.12.3"
HelmRecommendedVersion = "v3.18.4"
HelmSecretsRecommendedVersion = "v4.6.5"