From 27ce1362636567592f006b987f3820c6b0fef55e Mon Sep 17 00:00:00 2001 From: Zach Dorame-Barajas <43703863+zachdorame@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:45:03 -0700 Subject: [PATCH] Update kops version and k8s version (#3012) --- .github/workflows/kops-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kops-test.yaml b/.github/workflows/kops-test.yaml index de109e19f7..dd46246e58 100644 --- a/.github/workflows/kops-test.yaml +++ b/.github/workflows/kops-test.yaml @@ -43,8 +43,8 @@ jobs: ROLE_ARN: ${{ secrets.EKS_CLUSTER_ROLE_ARN }} RUN_CNI_INTEGRATION_TESTS: false RUN_KOPS_TEST: true - K8S_VERSION: 1.30.0-beta.0 - KOPS_VERSION: v1.29.0 + K8S_VERSION: 1.31.0-beta.0 + KOPS_VERSION: v1.29.2 KOPS_RUN_TOO_NEW_VERSION: 1 run: | ./scripts/run-integration-tests.sh