Skip to content

Commit

Permalink
Update to k8s 1.25 for Dashboard integration tests
Browse files Browse the repository at this point in the history
The latest Pipelines release v0.51 now requires k8s 1.25 or later.
Update the version used for the Dashboard integration tests so we
can test against the latest Pipelines release.
  • Loading branch information
AlanGreene authored and tekton-robot committed Aug 23, 2023
1 parent d29d834 commit a09b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,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

0 comments on commit a09b0ac

Please sign in to comment.