Skip to content

Commit

Permalink
chore: use a fixed version of the git operator
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Jun 30, 2021
1 parent ee3b70b commit 147c714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cluster/charts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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.0.190"
create_namespace = true

set {
Expand Down

0 comments on commit 147c714

Please sign in to comment.