CI: Update Kubernetes. (#13394)
This commit is contained in:
parent
ba62bd031b
commit
782dd4e12e
6 changed files with 9 additions and 9 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -172,7 +172,7 @@ jobs:
|
|||
|
||||
- name: Prepare Host
|
||||
run: |
|
||||
curl -LO https://dl.k8s.io/release/v1.32.4/bin/linux/amd64/kubectl
|
||||
curl -LO https://dl.k8s.io/release/v1.33.1/bin/linux/amd64/kubectl
|
||||
chmod +x ./kubectl
|
||||
sudo mv ./kubectl /usr/local/bin/kubectl
|
||||
|
||||
|
|
@ -271,7 +271,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.13, v1.31.9, v1.32.5]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -303,7 +303,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.13, v1.31.9, v1.32.5]
|
||||
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
||||
with:
|
||||
k8s-version: ${{ matrix.k8s }}
|
||||
|
|
@ -318,7 +318,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.13, v1.31.9, v1.32.5]
|
||||
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
||||
with:
|
||||
k8s-version: ${{ matrix.k8s }}
|
||||
|
|
|
|||
2
.github/workflows/images.yaml
vendored
2
.github/workflows/images.yaml
vendored
|
|
@ -136,7 +136,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.13, v1.31.9, v1.32.5]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue