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 May 24, 2024
1 parent 293c0aa commit 2cce397
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.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

0 comments on commit 2cce397

Please sign in to comment.