From 149820f2ceaa33db7a9f4ebb073df856dc5f829b Mon Sep 17 00:00:00 2001 From: Craig Condit Date: Mon, 16 Dec 2024 15:27:04 -0600 Subject: [PATCH] [YUNIKORN-2999] Bump e2e test for core to Kubernetes v1.32.0 (#1003) Closes: #1003 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2ad0bb2f9..2236bbfe3 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - k8s: [v1.31.0] + k8s: [v1.32.0] plugin: [""] steps: - name: Checkout yunikorn-k8shim source code