diff --git a/Makefile b/Makefile index b71593cf07..24f445483e 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,12 @@ all: install SHELL := /bin/bash -OPENSHIFT_VERSION ?= 4.15.3 +OPENSHIFT_VERSION ?= 4.15.10 PODMAN_VERSION ?= 4.4.4 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 -MICROSHIFT_VERSION ?= 4.15.3 +MICROSHIFT_VERSION ?= 4.15.9 BUNDLE_EXTENSION = crcbundle -CRC_VERSION = 2.34.1 +CRC_VERSION = 2.35.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD) MACOS_INSTALL_PATH = /usr/local/crc CONTAINER_RUNTIME ?= podman