Skip to content

Commit

Permalink
Update the bundles checksum and url for 4.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Apr 14, 2022
1 parent 361bc35 commit 5df763e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/crc/machine/bundle/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ import (
var bundleLocations = map[string]bundlesDownloadInfo{
"amd64": {
"darwin": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.3/crc_hyperkit_4.10.3_amd64.crcbundle",
"57c8adae49beeb83d7a180aaba962256c2833863e1f59492295841a3e6e3f016"),
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.6/crc_hyperkit_4.10.6_amd64.crcbundle",
"aad9bad8b18b8d9d8fed70f7b8e83061eb7b6fe84871973b82aafb4b53e9d510"),
preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/3.4.4/crc_podman_hyperkit_3.4.4_amd64.crcbundle",
"12c0b610e8e3a0d446ac106e2b6f4345ee6fc45304ed05d529933a1261a6dd04"),
},

"linux": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.3/crc_libvirt_4.10.3_amd64.crcbundle",
"d15f0171de51f5fe0e15e30e52ea6c03a785d7e70eed484384e83f2bf86d919d"),
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.6/crc_libvirt_4.10.6_amd64.crcbundle",
"2292e1a93799130086575938c139fd98e6aa0cd2403591d454860831e9c1edf7"),
preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/3.4.4/crc_podman_libvirt_3.4.4_amd64.crcbundle",
"8e8d150dfbefcec93639df53e6181377d1bfc0df3c8719a6fedf0929779f6f63"),
},
"windows": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.3/crc_hyperv_4.10.3_amd64.crcbundle",
"6361a803c97fa67d702056caf0e52151522c6186ad6048354f4f512b95fef9f8"),
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.6/crc_hyperv_4.10.6_amd64.crcbundle",
"9212e416a4455ddac2e48aa50d9c5da07bfc18f77e09805a07aa1452605e9839"),
preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/3.4.4/crc_podman_hyperv_3.4.4_amd64.crcbundle",
"e2a55c818b8d2f071f4cc0d26aba11f0a852aebdb7588a08eb96bd41faea0ef4"),
},
Expand Down

0 comments on commit 5df763e

Please sign in to comment.