Skip to content

Commit

Permalink
Update docker.io/hashicorp/vault Docker tag to v1.15.5
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
  • Loading branch information
vshn-renovate committed Jan 30, 2024
1 parent 9f451e4 commit 9923bfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parameters:
vault_agent:
registry: docker.io
repository: hashicorp/vault
tag: '1.15.2'
tag: '1.15.5'
argocd:
registry: quay.io
repository: argoproj/argocd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: test.syn.tools
image: docker.io/hashicorp/vault:1.15.2
image: docker.io/hashicorp/vault:1.15.5
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: test.syn.tools
image: docker.io/hashicorp/vault:1.15.2
image: docker.io/hashicorp/vault:1.15.5
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/params/argocd/argocd/30_argocd/10_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: test.syn.tools
image: mymirror.io/vault:1.15.2
image: mymirror.io/vault:1.15.5
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down

0 comments on commit 9923bfc

Please sign in to comment.