From 723298e82cefaa8aa2797bfac1de262260d0ea94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Thu, 24 Oct 2024 17:39:55 +0200 Subject: [PATCH] chore: upgrade jx-git-operator --- modules/cluster/charts.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cluster/charts.tf b/modules/cluster/charts.tf index 527dfdd..9fe399d 100644 --- a/modules/cluster/charts.tf +++ b/modules/cluster/charts.tf @@ -3,7 +3,7 @@ resource "helm_release" "jx-git-operator" { chart = "jx-git-operator" namespace = "jx-git-operator" repository = "https://jenkins-x-charts.github.io/repo" - version = "0.1.7" + version = "0.2.1" create_namespace = true values = var.jx_git_operator_values