Skip to content

Commit

Permalink
feat: update kubernetes versions
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Feb 26, 2024
1 parent c0270dc commit 2d6273e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conformance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
matrix:
k8s-version:
- name: v1.26
version: v1.26.6
version: v1.26.13
- name: v1.27
version: v1.27.3
version: v1.27.10
- name: v1.28
version: v1.28.0
version: v1.28.6
- name: v1.29
version: v1.29.0
version: v1.29.1
tests:
- ^reports$
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/migration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
matrix:
k8s-version:
- name: v1.26
version: v1.26.6
version: v1.26.13
- name: v1.27
version: v1.27.3
version: v1.27.10
- name: v1.28
version: v1.28.0
version: v1.28.6
- name: v1.29
version: v1.29.0
version: v1.29.1
tests:
- ^reports$
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d6273e

Please sign in to comment.