Skip to content

Commit 2242f7f

Browse files
anjannathopenshift-merge-robot
authored andcommitted
update openshift bundle to 4.12.0
1 parent 8957ea9 commit 2242f7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkg/crc/machine/bundle/constants.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ import (
88
var bundleLocations = map[string]bundlesDownloadInfo{
99
"amd64": {
1010
"darwin": {
11-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.11.18/crc_vfkit_4.11.18_amd64.crcbundle",
12-
"dd5e570bd8eac02ef3ff41e38a477fc26e4f86cfa74256f81f5c401ac131193c"),
11+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.0/crc_vfkit_4.12.0_amd64.crcbundle",
12+
"d19c80e53f5c593908a09eb9b3f43ebd908db60ca2e54a01d87a8b09c208557f"),
1313
},
1414

1515
"linux": {
16-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.11.18/crc_libvirt_4.11.18_amd64.crcbundle",
17-
"4e0380ad83dfd2c32f8675f79643f2f23aa726b4fad3825d5618ce1f0ed2f6d9"),
16+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.0/crc_libvirt_4.12.0_amd64.crcbundle",
17+
"cbc75023e63fb33ce4a571ba2047c813acc04f68d6e51879e6a3b238913f54bb"),
1818
},
1919
"windows": {
20-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.11.18/crc_hyperv_4.11.18_amd64.crcbundle",
21-
"e2ee24a2128ee8054561aedebb825650369534f9ad962d066dd23a5654f0089b"),
20+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.0/crc_hyperv_4.12.0_amd64.crcbundle",
21+
"a780aed82eea3a023b67247598f57ecf16c3d6fd80375cc3e2f1b564d2b9bc71"),
2222
},
2323
},
2424
"arm64": {
2525
"darwin": {
26-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.11.18/crc_vfkit_4.11.18_arm64.crcbundle",
27-
"5a3564d28af6aeeacae7c8a2a08441206f976a287acef317961bcea9d390af1c"),
26+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.0/crc_vfkit_4.12.0_arm64.crcbundle",
27+
"59ec291480daf9e0a92978473b573f06fbb38ff5e1839ee7029aa77d2abea93a"),
2828
},
2929
},
3030
}

0 commit comments

Comments
 (0)