We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fc1b8 commit 55af6a5Copy full SHA for 55af6a5
modules/vault/charts.tf
@@ -15,7 +15,7 @@ resource "helm_release" "vault-instance" {
15
chart = "vault-instance"
16
namespace = "jx-vault"
17
repository = "https://jenkins-x-charts.github.io/repo"
18
- version = "1.2.0"
+ version = "1.3.0"
19
depends_on = [helm_release.vault-operator]
20
set {
21
name = "ingress.enabled"
0 commit comments