Skip to content

Commit 6557938

Browse files
Merge pull request #1040 from abays/bash_quay_img
Use a quay.io-hosted version of bash for new crc_storage
2 parents 37daa4c + 29cb164 commit 6557938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/storage_apply.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
spec:
3434
containers:
3535
- name: storage
36-
image: bash:latest
36+
image: quay.io/openstack-k8s-operators/bash:latest
3737
env:
3838
- name: PV_NUM
3939
value: "${PV_NUM}"

0 commit comments

Comments
 (0)