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