Skip to content

Commit

Permalink
chore: bump kube-client in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed Jan 30, 2025
1 parent 06d5757 commit 504d24e
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 @@ -8,7 +8,7 @@ on:
pull_request:

env:
KUBECTL_VERSION: 'v1.26.6'
KUBECTL_VERSION: 'v1.32.0'

jobs:
build:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kube: ["1.29", "1.30", "1.31"]
kube: ["1.30", "1.31", "1.32"]

steps:
- name: Set up Docker Buildx
Expand Down Expand Up @@ -73,12 +73,12 @@ jobs:
id: node_image
run: |
case ${{ matrix.kube }} in
1.29)
NODE_IMAGE=kindest/node:v1.29.4@sha256:ea40a6bd365a17f71fd3883a1d34a0791d7d6b0eb75832c6d85b6f2326827f1e ;;
1.30)
NODE_IMAGE=kindest/node:v1.30.0@sha256:2af5d1b382926abcd6336312d652cd045b7cc47475844a608669c71b1fefcfbc ;;
1.31)
NODE_IMAGE=kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865 ;;
1.32)
NODE_IMAGE=kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027
esac
echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 504d24e

Please sign in to comment.