@@ -8,23 +8,23 @@ import (
8
8
var bundleLocations = map [string ]bundlesDownloadInfo {
9
9
"amd64" : {
10
10
"darwin" : {
11
- preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1 /crc_vfkit_4.12.1_amd64 .crcbundle" ,
12
- "b73f2740cfa13d5abbf131907dd7be8ad9a48c3c14b174b23b3970247c474a4d " ),
11
+ preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5 /crc_vfkit_4.12.5_amd64 .crcbundle" ,
12
+ "7a691040952b138b200d8bd7dd57ba352ba99f0c4006c976b3660bf7e2d5ccc0 " ),
13
13
},
14
14
15
15
"linux" : {
16
- preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1 /crc_libvirt_4.12.1_amd64 .crcbundle" ,
17
- "e4cdb4ba53590150a02db0c471264120481a84b84578252551264d451d4ca4f7 " ),
16
+ preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5 /crc_libvirt_4.12.5_amd64 .crcbundle" ,
17
+ "12797290dda62930f65e74fd12b8d634ef4d265f50ec708563f37b91ad68edc6 " ),
18
18
},
19
19
"windows" : {
20
- preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1 /crc_hyperv_4.12.1_amd64 .crcbundle" ,
21
- "c5e53fd81f1ad7b280d80fdca1b8ccba9048faeec1b97115fee64f6913fc01fc " ),
20
+ preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5 /crc_hyperv_4.12.5_amd64 .crcbundle" ,
21
+ "f49945f40c9f219845d2086b66fcc29cbca3b8490bf6319d2a40f4e3e7bd1ad8 " ),
22
22
},
23
23
},
24
24
"arm64" : {
25
25
"darwin" : {
26
- preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1 /crc_vfkit_4.12.1_arm64 .crcbundle" ,
27
- "594bb86484b92325566b2ac3fd05b5c79b24e24b18c74d4e4e4498385359e6b9 " ),
26
+ preset .OpenShift : download .NewRemoteFile ("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5 /crc_vfkit_4.12.5_arm64 .crcbundle" ,
27
+ "f89fc8fa21c762e8e483575950bef5b2aa62e575df6ed0fb76051258ef6352e5 " ),
28
28
},
29
29
},
30
30
}
0 commit comments