vault: upgrade to 1.21.4
This commit is contained in:
parent
5e1719fce0
commit
d701887bfe
@ -24,7 +24,7 @@ spec:
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
containers:
|
||||
- name: configure-k8s-auth
|
||||
image: hashicorp/vault:1.20.4
|
||||
image: hashicorp/vault:1.21.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
|
||||
@ -51,7 +51,7 @@ spec:
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
containers:
|
||||
- name: configure-oidc
|
||||
image: hashicorp/vault:1.20.4
|
||||
image: hashicorp/vault:1.21.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /entrypoint.sh
|
||||
|
||||
@ -45,7 +45,7 @@ spec:
|
||||
mountPath: /vault/config
|
||||
containers:
|
||||
- name: vault
|
||||
image: hashicorp/vault:1.20.4
|
||||
image: hashicorp/vault:1.21.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["vault"]
|
||||
args: ["server", "-config=/vault/config/local.hcl"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user