File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 deploy :
88 strategy :
99 matrix :
10- k8s-version : ["v1.31 .0"]
10+ k8s-version : ["v1.32 .0"]
1111 descheduler-version : ["v0.31.0"]
1212 descheduler-api : ["v1alpha2"]
1313 manifest : ["deployment"]
1616 - name : Checkout Repo
1717 uses : actions/checkout@v4
1818 - name : Create kind cluster
19- uses : helm/kind-action@v1.10 .0
19+ uses : helm/kind-action@v1.12 .0
2020 with :
2121 node_image : kindest/node:${{ matrix.k8s-version }}
2222 kubectl_version : ${{ matrix.k8s-version }}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ echo "DESCHEDULER_IMAGE: ${DESCHEDULER_IMAGE}"
3838
3939# This just runs e2e tests.
4040if [ -n " $KIND_E2E " ]; then
41- K8S_VERSION=${KUBERNETES_VERSION:- v1.31 .0}
41+ K8S_VERSION=${KUBERNETES_VERSION:- v1.32 .0}
4242 if [ -z " ${SKIP_KUBECTL_INSTALL} " ]; then
4343 curl -Lo kubectl https://dl.k8s.io/release/${K8S_VERSION} /bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/
4444 fi
You can’t perform that action at this time.
0 commit comments