Skip to content

Commit

Permalink
ci: use 1.8.5 vault for e2e
Browse files Browse the repository at this point in the history
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: ceph#2657

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 committed Nov 19, 2021
1 parent 7125df2 commit 1a77616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/kms/vault/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -64,7 +64,7 @@ spec:
- name: home
mountPath: /home
- name: monitor
image: docker.io/library/vault:latest
image: docker.io/library/vault:1.8.5
imagePullPolicy: "IfNotPresent"
securityContext:
runAsUser: 100
Expand Down Expand Up @@ -151,7 +151,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:
Expand Down

0 comments on commit 1a77616

Please sign in to comment.