Skip to content

Commit

Permalink
Use kubernetes 1.25 on kind for pipeline
Browse files Browse the repository at this point in the history
The most recent version of pipeline will need 1.25 as minimum version
for Kubernetes, so switching to it.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Jul 27, 2023
1 parent ab2b54c commit d1bfe95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ presubmits:
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "/usr/local/bin/kind-e2e"
- "--k8s-version"
- "v1.24.x"
- "v1.25.x"
- "--nodes"
- "3"
- "--e2e-script"
Expand Down Expand Up @@ -1343,7 +1343,7 @@ presubmits:
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "/usr/local/bin/kind-e2e"
- "--k8s-version"
- "v1.24.x"
- "v1.25.x"
- "--nodes"
- "3"
- "--e2e-script"
Expand Down Expand Up @@ -1401,7 +1401,7 @@ presubmits:
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "/usr/local/bin/kind-e2e"
- "--k8s-version"
- "v1.24.x"
- "v1.25.x"
- "--nodes"
- "3"
- "--e2e-script"
Expand Down Expand Up @@ -1956,7 +1956,7 @@ periodics:
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "/usr/local/bin/kind-e2e"
- "--k8s-version"
- "v1.24.x"
- "v1.25.x"
- "--nodes"
- "3"
- "--e2e-script"
Expand Down

0 comments on commit d1bfe95

Please sign in to comment.