mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-28 17:46:41 +00:00
ci: use 1.8.5 vault for e2e
current latest vault release is 1.9.0 but with the latest image our E2E is broken. reverting back the vault version to 1.8.5 till we root cause the issue. Note:- This is to unblock PR merging updates: #2657 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit 5524b2d5387e3b5026def9b09c33ab98baff320d)
This commit is contained in:
parent
2441fe8515
commit
84d7726980
@ -39,7 +39,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: vault
|
||||
image: docker.io/library/vault:latest
|
||||
image: docker.io/library/vault:1.8.5
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
@ -127,7 +127,7 @@ spec:
|
||||
name: init-scripts
|
||||
containers:
|
||||
- name: vault-init-job
|
||||
image: docker.io/library/vault:latest
|
||||
image: docker.io/library/vault:1.8.5
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
volumeMounts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user