Skip to content

Commit 723298e

Browse files
committed
chore: upgrade jx-git-operator
1 parent bf224bb commit 723298e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster/charts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "helm_release" "jx-git-operator" {
33
chart = "jx-git-operator"
44
namespace = "jx-git-operator"
55
repository = "https://jenkins-x-charts.github.io/repo"
6-
version = "0.1.7"
6+
version = "0.2.1"
77
create_namespace = true
88

99
values = var.jx_git_operator_values

0 commit comments

Comments
 (0)