Skip to content

Commit

Permalink
ci: correct version of k8s 1.25.x
Browse files Browse the repository at this point in the history
The K8s v1.25.17 release does not exist, which was mistakenly
set in the CI for the master and release tests. Now we revert
it back to v1.25.16.

Signed-off-by: travisn <[email protected]>
  • Loading branch information
travisn committed Dec 4, 2023
1 parent 9101dd8 commit 5fc7237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes-versions: ["v1.23.17", "v1.25.17", "v1.28.4"]
kubernetes-versions: ["v1.23.17", "v1.25.16", "v1.28.4"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5fc7237

Please sign in to comment.