Skip to content

Commit

Permalink
chore: upgrade jx-git-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Oct 24, 2024
1 parent bf224bb commit 723298e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/charts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 723298e

Please sign in to comment.