Skip to content

Commit

Permalink
chore(deps): update docker.io/hashicorp/vault docker tag to v1.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Oct 9, 2024
1 parent 7e93ee8 commit e917dc8
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.6'
tag: '1.18.0'
argocd:
registry: quay.io
repository: argoproj/argocd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: test.syn.tools
image: docker.io/hashicorp/vault:1.17.6
image: docker.io/hashicorp/vault:1.18.0
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: test.syn.tools
image: docker.io/hashicorp/vault:1.17.6
image: docker.io/hashicorp/vault:1.18.0
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 @@ -85,7 +85,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: test.syn.tools
image: mymirror.io/vault:1.17.6
image: mymirror.io/vault:1.18.0
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: test.syn.tools
image: docker.io/hashicorp/vault:1.17.6
image: docker.io/hashicorp/vault:1.18.0
imagePullPolicy: IfNotPresent
name: vault-agent
ports: []
Expand Down

0 comments on commit e917dc8

Please sign in to comment.