From 6b06fc5a8ca045628bc8e667e3568a57b573c758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Fern=C3=A1ndez?= Date: Tue, 25 Jul 2023 22:02:29 -0500 Subject: [PATCH] feat: bump macro chart version (#1720) --- 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 ef8f8278a..7b23f40b4 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.2.5" + helmChartVersion = "2.2.6" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )