We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf224bb commit 723298eCopy full SHA for 723298e
modules/cluster/charts.tf
@@ -3,7 +3,7 @@ resource "helm_release" "jx-git-operator" {
3
chart = "jx-git-operator"
4
namespace = "jx-git-operator"
5
repository = "https://jenkins-x-charts.github.io/repo"
6
- version = "0.1.7"
+ version = "0.2.1"
7
create_namespace = true
8
9
values = var.jx_git_operator_values
0 commit comments