Skip to content

Commit

Permalink
chore: switch jx helm repo to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored Aug 25, 2021
1 parent de70bbd commit ac75200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vault/charts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "helm_release" "vault-instance" {
name = "vault-instance"
chart = "vault-instance"
namespace = "jx-vault"
repository = "https://storage.googleapis.com/jenkinsxio/charts"
version = "1.0.15"
repository = "https://jenkins-x-charts.github.io/repo"
version = "1.0.20"
depends_on = [helm_release.vault-operator]
}

0 comments on commit ac75200

Please sign in to comment.