task: update kube / minikube versions (#27560)
relates to: #27080 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
parent
ee64fb5203
commit
5b03ed174b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/operator-ci.yml
vendored
4
.github/workflows/operator-ci.yml
vendored
|
@ -10,8 +10,8 @@ on:
|
|||
|
||||
env:
|
||||
MAVEN_ARGS: "-B -nsu -Daether.connector.http.connectionMaxTtl=25"
|
||||
MINIKUBE_VERSION: v1.31.2
|
||||
KUBERNETES_VERSION: v1.24.17 # OCP 4.11
|
||||
MINIKUBE_VERSION: v1.32.0
|
||||
KUBERNETES_VERSION: v1.27.10 # OCP 4.14
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue