Skip to content

Commit 16311f0

Browse files
stianstmabartos
andauthored
Upgrade minikube for CI tests (#351)
Closes #45892 Signed-off-by: Martin Bartoš <mabartos@redhat.com> Co-authored-by: Martin Bartoš <mabartos@redhat.com>
1 parent 08ab925 commit 16311f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/operator-ci.yml

Lines changed: 2 additions & 2 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.37.0
14-
KUBERNETES_VERSION: v1.32.9 # OCP 4.19
13+
MINIKUBE_VERSION: v1.38.0
14+
KUBERNETES_VERSION: v1.35.0
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:

0 commit comments

Comments
 (0)