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