From 400665a937e52ef6c540ef18f93cb3cb0763c5c2 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Sun, 28 Apr 2024 12:12:16 -0400 Subject: [PATCH] adoption of 2.4.7 chart (#2166) * setting helm chart to 242rc1 * 2.4.7 release adoption --- 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 1a4dc2a38..d1496ae5e 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.4.6" + helmChartVersion = "2.4.7" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )