Skip to content

Commit

Permalink
update libs versions
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Pagotto <pagottoo@gmail.com>
  • Loading branch information
pagottoo committed Aug 15, 2022
1 parent ce60775 commit 14d80cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type Config struct {
TerraformPath string

KubectlVersion string `env:"KUBECTL_VERSION" envDefault:"v1.20.0"`
KubectlVersionM1 string
TerraformVersion string
HelmVersion string

Expand Down Expand Up @@ -73,7 +74,8 @@ func ReadConfig() *Config {
config.TerraformVersion = "1.0.11"
config.ArgoCDChartHelmVersion = "4.10.5"
// todo adopt latest helmVersion := "v3.9.0"
config.HelmVersion = "v3.2.1"
config.HelmVersion = "v3.6.1"
config.KubectlVersionM1 = "v1.21.14"

config.KubefirstVersion = "1.8.5"

Expand Down

0 comments on commit 14d80cb

Please sign in to comment.