Skip to content

Commit

Permalink
chore: upgrade vault-instance
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jan 20, 2025
1 parent 7ad9ae5 commit 26615eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vault/charts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 26615eb

Please sign in to comment.