From f3673e1a89a002c6627f4fcfb8189db62268013f Mon Sep 17 00:00:00 2001 From: John Dietz Date: Sun, 21 Apr 2024 10:06:30 -0400 Subject: [PATCH] adopt 2.4.6 chart (#2159) --- 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 98a70303a..1a4dc2a38 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.5" + helmChartVersion = "2.4.6" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )