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 7ad9ae5 commit 26615ebCopy full SHA for 26615eb
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.1.0"
+ version = "1.2.0"
19
depends_on = [helm_release.vault-operator]
20
set {
21
name = "ingress.enabled"
0 commit comments