Skip to content

Commit

Permalink
fix(iss): update vault operator chart to 1.14.3
Browse files Browse the repository at this point in the history
Signed-off-by: ankitm123 <[email protected]>
  • Loading branch information
ankitm123 authored and rawlingsj committed Nov 5, 2021
1 parent 4139002 commit 794ef70
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 @@ -4,7 +4,7 @@ resource "helm_release" "vault-operator" {
chart = "vault-operator"
namespace = "jx-vault"
repository = "https://kubernetes-charts.banzaicloud.com"
version = "1.10.0"
version = "1.14.3"
create_namespace = true
}

Expand All @@ -14,6 +14,6 @@ resource "helm_release" "vault-instance" {
chart = "vault-instance"
namespace = "jx-vault"
repository = "https://jenkins-x-charts.github.io/repo"
version = "1.0.22"
version = "1.0.23"
depends_on = [helm_release.vault-operator]
}

0 comments on commit 794ef70

Please sign in to comment.