Skip to content

Commit

Permalink
Update k8s version in E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Nov 21, 2024
1 parent 8f2a433 commit 2689dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ on:

env:
IMAGE_NAME: fluentd-sidecar-injector
KIND_VERSION: v0.22.0
KUBECTL_VERSION: v1.29.5
KIND_VERSION: v0.25.0
KUBECTL_VERSION: v1.30.7

jobs:
e2e-test:
runs-on: ubuntu-latest

strategy:
matrix:
k8s-version: [1.28.9, 1.29.4, 1.30.0]
k8s-version: [1.29.4, 1.30.7, 1.31.3]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 2689dcf

Please sign in to comment.