Skip to content

Commit

Permalink
chore(deps): update docker.io/hashicorp/vault docker tag to v1.15.6
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Jun 21, 2024
1 parent b24d3fa commit fefc3eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parameters:
vault_agent:
registry: docker.io
repository: hashicorp/vault
tag: '1.15.5'
tag: '1.15.6'
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.5
image: docker.io/hashicorp/vault:1.15.6
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.5
image: docker.io/hashicorp/vault:1.15.6
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.5
image: mymirror.io/vault:1.15.6
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
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.5
image: docker.io/hashicorp/vault:1.15.6
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down

0 comments on commit fefc3eb

Please sign in to comment.