From d39ebea43d694fead3d713e50a0981cfc90e27fc Mon Sep 17 00:00:00 2001 From: John Dietz Date: Thu, 26 Oct 2023 19:42:14 -0400 Subject: [PATCH] feat: 2.3.3 adopt latest gitops-template (#1871) --- 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 9f12d4cc5..bf16fee86 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.2" + helmChartVersion = "2.3.3" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )