From aa29e755f7bcfa762c5b7d658db6f55b1eb2fefa Mon Sep 17 00:00:00 2001 From: konstruct-bot Date: Thu, 24 Oct 2024 20:38:51 +0000 Subject: [PATCH] set next macro chart for kubefirst - 2.7.0 --- 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 4063ae5d..c6f3ee18 100644 --- a/internal/launch/constants.go +++ b/internal/launch/constants.go @@ -11,7 +11,7 @@ const ( helmChartName = "kubefirst" helmChartRepoName = "konstruct" helmChartRepoURL = "https://charts.konstruct.io" - helmChartVersion = "2.7.0-rc2" + helmChartVersion = "2.7.0" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )