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:
parent
899b7791d2
commit
2ab73aca76
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue