Skip to content

Commit d0fd115

Browse files
authored
Merge pull request #1587 from a7i/k8s-1.32
[release v0.32] update kubernetes kind version to 1.32
2 parents 29ff28c + da65808 commit d0fd115

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/manifests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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"]
@@ -16,7 +16,7 @@ jobs:
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 }}

test/run-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "DESCHEDULER_IMAGE: ${DESCHEDULER_IMAGE}"
3838

3939
# This just runs e2e tests.
4040
if [ -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

0 commit comments

Comments
 (0)