From 2d451f5e67d03f469d2182982fb529a9e4fc0434 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Mon, 5 Aug 2024 23:30:11 -0400 Subject: [PATCH] feat: adopt 2.4.14 release --- 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 7d486f699..fc2faf73b 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.14-rc62" + helmChartVersion = "2.4.14" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )