Skip to content

Commit

Permalink
bump ocp bundle to 4.10.18
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath authored and praveenkumar committed Jun 23, 2022
1 parent 0e52e9d commit 924d26f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash

OPENSHIFT_VERSION ?= 4.10.14
OPENSHIFT_VERSION ?= 4.10.18
PODMAN_VERSION ?= 4.0.2
BUNDLE_EXTENSION = crcbundle
CRC_VERSION = 2.4.1
Expand Down
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.14/crc_vfkit_4.10.14_amd64.crcbundle",
"f42e71805a38c28d70318801291ec660e9c33b3c7b1f677a59a9137f8337ccb2"),
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.18/crc_vfkit_4.10.18_amd64.crcbundle",
"47a32d7e230201b2b90e41862b99fa94e5844b741faa4d321f3a3c10d8bfd5a3"),
preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.0.2/crc_podman_vfkit_4.0.2_amd64.crcbundle",
"6a0cb740e02a7f109da4c2b72a48d72da081469b5eba7692a2dc583727fd8e01"),
},

"linux": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.14/crc_libvirt_4.10.14_amd64.crcbundle",
"49613b2b04d661283b7ed362307728586f8beaab52063fa8b27d2ff0a5cb7014"),
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.18/crc_libvirt_4.10.18_amd64.crcbundle",
"2bb55cf19f4bfce359dd8861fcaf11062d61d57ab1fae7d6a16e0303f7c3d5c9"),
preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.0.2/crc_podman_libvirt_4.0.2_amd64.crcbundle",
"e8148d317f4aff523f00f2f9a7d520e70eb0c55d466e43847172ddb5d97e3ebf"),
},
"windows": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.14/crc_hyperv_4.10.14_amd64.crcbundle",
"7f9c867874ea607e08ad8c2c0e9013f011dfb8df911a1d1b4934e3ff785be2a7"),
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.18/crc_hyperv_4.10.18_amd64.crcbundle",
"de45a0ab0dd16e6a11c839c5d3aa3b6dbf2686a6e16eec5e07de2d8d2ddd6fc1"),
preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.0.2/crc_podman_hyperv_4.0.2_amd64.crcbundle",
"aeaeece60435fc9dd5c10125662416e8976bc567c65f4ca191f542e2d64f9bfd"),
},
Expand Down

0 comments on commit 924d26f

Please sign in to comment.