Skip to content

Commit

Permalink
Update k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfcr committed Mar 15, 2024
1 parent b117737 commit 9ad3bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
matrix:
k8s:
- "1.19.16"
- "1.25.9"
- "1.26.4"
- "1.27.2"
- "1.26.14"
- "1.29.2"

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
dep_update="${1?Update dependencies true/false}"

BASEDIR=$(dirname "$0")
KVERSION_LIST=${KVERSION_LIST:-"1.19.16 1.25.9 1.26.4 1.27.2"}
KVERSION_LIST=${KVERSION_LIST:-"1.19.16 1.26.14 1.29.2"}

if [[ "$dep_update" == "true" ]]; then
find "$BASEDIR/stable" -type f -name "*.tgz" -print -delete
Expand Down

0 comments on commit 9ad3bfa

Please sign in to comment.