diff --git a/modules/vault/charts.tf b/modules/vault/charts.tf index 37bfca2..3a8b796 100644 --- a/modules/vault/charts.tf +++ b/modules/vault/charts.tf @@ -15,7 +15,7 @@ resource "helm_release" "vault-instance" { chart = "vault-instance" namespace = "jx-vault" repository = "https://jenkins-x-charts.github.io/repo" - version = "1.1.0" + version = "1.2.0" depends_on = [helm_release.vault-operator] set { name = "ingress.enabled"