Skip to content

Commit

Permalink
Merge pull request #273 from h3poteto/update/e2e/k8s
Browse files Browse the repository at this point in the history
Update e2e kubernetes versions
  • Loading branch information
h3poteto authored Apr 5, 2024
2 parents 8ee5641 + 32ebfbb commit 4cb10d2
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.20.0
KUBECTL_VERSION: v1.27.3
KIND_VERSION: v0.22.0
KUBECTL_VERSION: v1.28.7

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

strategy:
matrix:
k8s-version: [1.26.6, 1.27.3]
k8s-version: [1.27.11, 1.28.7, 1.29.2]

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

0 comments on commit 4cb10d2

Please sign in to comment.