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