From c6355fe126a22a214c461e1522801bf2c9dba1b8 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Fri, 8 Dec 2023 15:17:16 -0500 Subject: [PATCH] Update internal/launch/constants.go --- internal/launch/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/launch/constants.go b/internal/launch/constants.go index fbd8948fc..5ae1d5e86 100644 --- a/internal/launch/constants.go +++ b/internal/launch/constants.go @@ -11,7 +11,7 @@ const ( helmChartName = "kubefirst" helmChartRepoName = "kubefirst" helmChartRepoURL = "https://charts.kubefirst.com" - helmChartVersion = "2.3.6-rc45" + helmChartVersion = "2.3.6-rc51" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )