use latest helm previous minor version for helmfile init (#652)
Signed-off-by: yxxhero <aiopsclub@163.com> Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
bc6317122b
commit
8bea5aee3e
|
|
@ -17,7 +17,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
HelmRequiredVersion = "v2.10.0"
|
||||
HelmRequiredVersion = "v3.10.3"
|
||||
HelmRecommendedVersion = "v3.11.0"
|
||||
HelmDiffRecommendedVersion = "v3.4.0"
|
||||
HelmSecretsRecommendedVersion = "v4.1.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue