diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index dd981a0b1..abfaed697 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -10,6 +10,9 @@ jobs: test-integration: name: "Pytest Integration" runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: - name: "Checkout Infrastructure" uses: actions/checkout@v3 diff --git a/src/_nebari/constants.py b/src/_nebari/constants.py index 387194a1f..2f79a6273 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -5,7 +5,7 @@ # 04-kubernetes-ingress DEFAULT_TRAEFIK_IMAGE_TAG = "2.9.1" -HIGHEST_SUPPORTED_K8S_VERSION = "1.24.16" +HIGHEST_SUPPORTED_K8S_VERSION = "1.25.12" DEFAULT_GKE_RELEASE_CHANNEL = "UNSPECIFIED" DEFAULT_NEBARI_DASK_VERSION = CURRENT_RELEASE