Skip to content

Commit 0e23391

Browse files
authored
Update minikube (#43069) (#43181)
Closes #43075 (cherry picked from commit f7803ae) Signed-off-by: Václav Muzikář <[email protected]>
1 parent f4af3e2 commit 0e23391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/operator-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
env:
1212
MAVEN_ARGS: "-B -nsu -Daether.connector.http.connectionMaxTtl=25"
13-
MINIKUBE_VERSION: v1.32.0
14-
KUBERNETES_VERSION: v1.27.10 # OCP 4.14
13+
MINIKUBE_VERSION: v1.37.0
14+
KUBERNETES_VERSION: v1.32.9 # OCP 4.19
1515
MINIKUBE_MEMORY: 4096 # Without explicitly setting memory, minikube uses ~25% of available memory which might be too little on smaller GitHub runners for running the tests
1616

1717
defaults:
@@ -96,7 +96,7 @@ jobs:
9696
kubernetes version: ${{ env.KUBERNETES_VERSION }}
9797
github token: ${{ secrets.GITHUB_TOKEN }}
9898
driver: docker
99-
start args: --addons=ingress --memory=${{ env.MINIKUBE_MEMORY }} --cni cilium --cpus=max
99+
start args: --addons=ingress --memory=${{ env.MINIKUBE_MEMORY }} --cni calico --cpus=max
100100

101101
- name: Download keycloak distribution
102102
id: download-keycloak-dist

0 commit comments

Comments
 (0)