Skip to content

Commit

Permalink
Bump k8s version in operator jobs
Browse files Browse the repository at this point in the history
This will bump k8s version in operator
intergration tests to move to 1.25, to bump
to pipeline 0.51
  • Loading branch information
piyush-garg authored and tekton-robot committed Sep 14, 2023
1 parent 33ea8a8 commit a51f672
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 @@ -1122,7 +1122,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 a51f672

Please sign in to comment.