Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update k8s versions used in Actions (#680)
Browse files Browse the repository at this point in the history
* Update setup_k8s_matrix.yaml

* update generated files

* Update k8s version used for pull requests
  • Loading branch information
buraksekili authored Mar 7, 2024
1 parent 8a017b6 commit 738bd63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup_k8s_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
id: setup-matrix-schedule
if: ${{ github.event_name == 'schedule' }}
run: |
MATRIX_PARAMS_COMBINATIONS='["v1.20.15","v1.21.14","v1.22.15","v1.23.12","v1.24.6","v1.25.2","v1.26.3"]'
MATRIX_PARAMS_COMBINATIONS='["v1.25.0", "v1.26.0", "v1.27.0", "v1.28.0", "v1.29.0"]'
echo "matrix_params=$MATRIX_PARAMS_COMBINATIONS" >> "$GITHUB_ENV"
- name: Setup k8s matrix for pull request/push
id: setup-matrix-pr
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
run: |
MATRIX_PARAMS_COMBINATIONS='["v1.26.3"]'
MATRIX_PARAMS_COMBINATIONS='["v1.29.0"]'
echo "matrix_params=$MATRIX_PARAMS_COMBINATIONS" >> "$GITHUB_ENV"
- name: Decide which matrix to use
id: decider
Expand Down
7 changes: 5 additions & 2 deletions api/model/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 738bd63

Please sign in to comment.