Skip to content

Commit

Permalink
Update CI for k8s 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno committed Jan 15, 2024
1 parent 96dc31c commit e392c63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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-20240115093953-9e6e3b144a69
ENVTEST_K8S_VERSION: 1.28
run: ./.github/scripts/run-integration-tests.sh
4 changes: 3 additions & 1 deletion .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
k3s_version:
# k3d version list k3s | sed 's/+/-/' | sort -h
# https://hub.docker.com/r/rancher/k3s/tags
- v1.27.5-k3s1
- v1.29.0-k3s1
- v1.28.5-k3s1
#- v1.27.9-k3s1
- v1.24.17-k3s1
steps:
-
Expand Down

0 comments on commit e392c63

Please sign in to comment.