Skip to content

Commit

Permalink
Update helm version to v3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lizardruss committed Sep 12, 2023
1 parent e190f87 commit de58d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/downloader/commands/helm_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

var (
helmVersion = "v3.11.1"
helmVersion = "v3.12.3"
helmDownload = "https://get.helm.sh/helm-" + helmVersion + "-" + runtime.GOOS + "-" + runtime.GOARCH
)

Expand Down

0 comments on commit de58d48

Please sign in to comment.