From de58d488a0aa27e15d02eb5491cedb39af24aac7 Mon Sep 17 00:00:00 2001 From: Russell Centanni Date: Tue, 12 Sep 2023 18:48:27 -0400 Subject: [PATCH] Update helm version to v3.12.3 --- pkg/downloader/commands/helm_v3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/downloader/commands/helm_v3.go b/pkg/downloader/commands/helm_v3.go index ad18b78..0ffc631 100644 --- a/pkg/downloader/commands/helm_v3.go +++ b/pkg/downloader/commands/helm_v3.go @@ -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 )