Skip to content

Commit

Permalink
chore(deps): update docker.io/hashicorp/vault docker tag to v1.17.2
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Jul 10, 2024
1 parent 70c412f commit 90a43db
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.17.1'
tag: '1.17.2'
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.17.1
image: docker.io/hashicorp/vault:1.17.2
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.17.1
image: docker.io/hashicorp/vault:1.17.2
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.17.1
image: mymirror.io/vault:1.17.2
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.17.1
image: docker.io/hashicorp/vault:1.17.2
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down

0 comments on commit 90a43db

Please sign in to comment.