We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84513b7 commit ec671c2Copy full SHA for ec671c2
Makefile
@@ -2,9 +2,9 @@ all: install
2
3
SHELL := /bin/bash -o pipefail
4
5
-OPENSHIFT_VERSION ?= 4.17.14
+OPENSHIFT_VERSION ?= 4.18.1
6
OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410
7
-MICROSHIFT_VERSION ?= 4.17.14
+MICROSHIFT_VERSION ?= 4.18.1
8
BUNDLE_EXTENSION = crcbundle
9
CRC_VERSION = 2.47.0
10
COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)
0 commit comments