Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 61018cc

Browse files
authored
Update minikube version to v1.26.0 and revert OLM_VERSION for install.sh to 0.18.1 (#1190)
Signed-off-by: Pavel Macík <[email protected]>
1 parent 5e3e546 commit 61018cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
MINIKUBE_WANTUPDATENOTIFICATION: false
1212
MINIKUBE_WANTREPORTERRORPROMPT: false
1313
K8S_VERSION: "1.19.2"
14-
MINIKUBE_VERSION: "1.21.0"
14+
MINIKUBE_VERSION: "1.26.0"
1515
TEST_ACCEPTANCE_CLI: "kubectl"
1616
TEST_RESULTS: "out/acceptance-tests"
1717

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
OLM_VERSION=0.21.2
3+
OLM_VERSION=${OLM_VERSION:-0.18.1}
44
OPERATOR_CHANNEL=${OPERATOR_CHANNEL:-beta}
55
OPERATOR_PACKAGE=${OPERATOR_PACKAGE:-service-binding-operator}
66
DOCKER_CFG=${DOCKER_CFG:-$HOME/.docker/config.json}

0 commit comments

Comments
 (0)