Skip to content

Commit

Permalink
Merge pull request #347 from Darkfella91/renovate/main-hashicorp-vaul…
Browse files Browse the repository at this point in the history
…t-1.x

fix(container): update hashicorp/vault ( 1.18.2 → 1.18.3 )
  • Loading branch information
d4rkfella authored Dec 18, 2024
2 parents 53822e2 + 4f20fd5 commit 5edd771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/vault/vault/app/backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
emptyDir: {}
containers:
- name: backup
image: hashicorp/vault:1.18.2@sha256:2090eb7ac7a4bdef802f685698bd4dc0740de683affe8ff7df55f4fc77077ba7
image: hashicorp/vault:1.18.3@sha256:8f1ba670da547c6af67be55609bd285c3ee3d8b73f88021adbfc43c82ca409e8
imagePullPolicy: IfNotPresent
env:
- name: VAULT_ADDR
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/vault/vault/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
enabled: true
image:
repository: "hashicorp/vault"
tag: "1.18.2"
tag: "1.18.3"
pullPolicy: IfNotPresent

updateStrategyType: "OnDelete"
Expand Down

0 comments on commit 5edd771

Please sign in to comment.