Skip to content

Commit

Permalink
Update E2E tests to Kubernetes v1.32 (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed authored Dec 16, 2024
1 parent 7fb0f53 commit d39ef14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
kube-version:
- '1.20.15'
- '1.23'
- '1.30'
- '1.32'
test-scenario:
- 'ui'
- 'multi-apps'
Expand All @@ -78,8 +78,8 @@ jobs:
kind-image: 'kindest/node:v1.20.15@sha256:a32bf55309294120616886b5338f95dd98a2f7231519c7dedcec32ba29699394'
- kube-version: '1.23'
kind-image: 'kindest/node:v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3'
- kube-version: '1.30'
kind-image: 'kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e'
- kube-version: '1.32'
kind-image: 'kindest/node:v1.32.0@sha256:2458b423d635d7b01637cac2d6de7e1c1dca1148a2ba2e90975e214ca849e7cb'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -105,7 +105,7 @@ jobs:
uses: helm/[email protected]
with:
node_image: ${{ matrix.kind-image }}
version: 'v0.23.0'
version: 'v0.25.0'
cluster_name: kind

- name: Download and Load Docker Images to Kind
Expand Down

0 comments on commit d39ef14

Please sign in to comment.