Skip to content

Commit

Permalink
Update CI for k8s 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno committed Jan 15, 2024
1 parent 8162781 commit 8ca631a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
-
name: integration-tests
env:
SETUP_ENVTEST_VER: v0.0.0-20221214170741-69f093833822
ENVTEST_K8S_VERSION: 1.25
SETUP_ENVTEST_VER: v0.0.0-20231215020716-1b80b9629af8
ENVTEST_K8S_VERSION: 1.28
run: ./.github/scripts/run-integration-tests.sh
5 changes: 3 additions & 2 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
k3s_version:
# k3d version list k3s | sed 's/+/-/' | sort -h
# https://hub.docker.com/r/rancher/k3s/tags
- v1.25.4-k3s1
- v1.22.10-k3s1
- v1.28.5-k3s1
- v1.25.16-k3s4
- v1.22.17-k3s1
steps:
-
uses: actions/checkout@v3
Expand Down

0 comments on commit 8ca631a

Please sign in to comment.