Skip to content

Commit 2f4273d

Browse files
committed
chore(deps): update docker.io/hashicorp/vault docker tag to v1.18.2
Signed-off-by: Renovate Bot <[email protected]>
1 parent 4543443 commit 2f4273d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ parameters:
3838
vault_agent:
3939
registry: docker.io
4040
repository: hashicorp/vault
41-
tag: '1.17.6'
41+
tag: '1.18.2'
4242
argocd:
4343
registry: quay.io
4444
repository: argoproj/argocd

tests/golden/defaults/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
value: 'true'
102102
- name: VAULT_ADDR
103103
value: test.syn.tools
104-
image: docker.io/hashicorp/vault:1.17.6
104+
image: docker.io/hashicorp/vault:1.18.2
105105
imagePullPolicy: IfNotPresent
106106
name: vault-agent
107107
ports: []

tests/golden/openshift/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
value: 'true'
107107
- name: VAULT_ADDR
108108
value: test.syn.tools
109-
image: docker.io/hashicorp/vault:1.17.6
109+
image: docker.io/hashicorp/vault:1.18.2
110110
imagePullPolicy: IfNotPresent
111111
name: vault-agent
112112
ports: []

tests/golden/params/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
value: 'true'
8686
- name: VAULT_ADDR
8787
value: test.syn.tools
88-
image: mymirror.io/vault:1.17.6
88+
image: mymirror.io/vault:1.18.2
8989
imagePullPolicy: IfNotPresent
9090
name: vault-agent
9191
ports: []

tests/golden/prometheus/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
value: 'true'
102102
- name: VAULT_ADDR
103103
value: test.syn.tools
104-
image: docker.io/hashicorp/vault:1.17.6
104+
image: docker.io/hashicorp/vault:1.18.2
105105
imagePullPolicy: IfNotPresent
106106
name: vault-agent
107107
ports: []

0 commit comments

Comments
 (0)