Skip to content

Commit

Permalink
fix(ci): downgrade k8s version for migration-e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent be2251a commit cebaf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
strategy:
fail-fast: true
matrix:
kubernetes: [v1.22.17]
kubernetes: [v1.21.14]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
strategy:
fail-fast: true
matrix:
kubernetes: [v1.22.17]
kubernetes: [v1.21.14]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cebaf7f

Please sign in to comment.