Skip to content

Commit e917dc8

Browse files
committed
chore(deps): update docker.io/hashicorp/vault docker tag to v1.18.0
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent 7e93ee8 commit e917dc8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

class/defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters:
3131
vault_agent:
3232
registry: docker.io
3333
repository: hashicorp/vault
34-
tag: '1.17.6'
34+
tag: '1.18.0'
3535
argocd:
3636
registry: quay.io
3737
repository: argoproj/argocd

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

+1-1
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.0
105105
imagePullPolicy: IfNotPresent
106106
name: vault-agent
107107
ports: []

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
value: 'true'
101101
- name: VAULT_ADDR
102102
value: test.syn.tools
103-
image: docker.io/hashicorp/vault:1.17.6
103+
image: docker.io/hashicorp/vault:1.18.0
104104
imagePullPolicy: IfNotPresent
105105
name: vault-agent
106106
ports: []

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

+1-1
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.0
8989
imagePullPolicy: IfNotPresent
9090
name: vault-agent
9191
ports: []

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

+1-1
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.0
105105
imagePullPolicy: IfNotPresent
106106
name: vault-agent
107107
ports: []

0 commit comments

Comments
 (0)