From 8d8f98126b4d5b9d7013da6f2e8bc59ff1a98d57 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Mar 2025 10:45:21 +0000 Subject: [PATCH] chore(deps): upgrade to version 0.24.6 from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 0.24.6 ### Chores * Update helmfile version (Daniel Prem Kumar) --- pkg/plugins/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/versions.go b/pkg/plugins/versions.go index a7d1cb329b..511fed750f 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -16,7 +16,7 @@ const ( ChangelogVersion = "0.10.12" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.24.5" + GitOpsVersion = "0.24.6" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"