From a51f672731124f21aed25aeda1c984c1c8ee8983 Mon Sep 17 00:00:00 2001 From: Piyush Garg Date: Thu, 14 Sep 2023 19:31:15 +0530 Subject: [PATCH] Bump k8s version in operator jobs This will bump k8s version in operator intergration tests to move to 1.25, to bump to pipeline 0.51 --- prow/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow/config.yaml b/prow/config.yaml index ca9b34bcc..6a90ea233 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -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"