From 649c8a83b20c7af1decc5730f68705e89e65688e Mon Sep 17 00:00:00 2001 From: CristhianF7 Date: Tue, 12 Mar 2024 23:06:23 -0500 Subject: [PATCH] chore: bump launch --- 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 35d6b965f..ae024e269 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.9-rc23" + helmChartVersion = "2.3.9-rc25" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )