Skip to content

Commit 55af6a5

Browse files
committed
chore: upgrade vault-instance
1 parent b8fc1b8 commit 55af6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/vault/charts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resource "helm_release" "vault-instance" {
1515
chart = "vault-instance"
1616
namespace = "jx-vault"
1717
repository = "https://jenkins-x-charts.github.io/repo"
18-
version = "1.2.0"
18+
version = "1.3.0"
1919
depends_on = [helm_release.vault-operator]
2020
set {
2121
name = "ingress.enabled"

0 commit comments

Comments
 (0)