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