Skip to content

Commit c446f4d

Browse files
authored
Merge pull request #1065 from nolar/k8s
Upgrade Kubernetes to currently maintained versions
2 parents a39aa8e + 68063aa commit c446f4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
fail-fast: false
105105
matrix:
106-
k3s: [latest, v1.26, v1.25, v1.24, v1.23]
106+
k3s: [latest, v1.27, v1.26, v1.25]
107107
name: K3s ${{matrix.k3s}}
108108
runs-on: ubuntu-22.04
109109
timeout-minutes: 10 # usually 4-5 mins

.github/workflows/thorough.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
fail-fast: false
109109
matrix:
110-
k3s: [latest, v1.26, v1.25, v1.24, v1.23]
110+
k3s: [latest, v1.27, v1.26, v1.25]
111111
name: K3s ${{matrix.k3s}}
112112
runs-on: ubuntu-22.04
113113
timeout-minutes: 10 # usually 4-5 mins
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
fail-fast: false
129129
matrix:
130-
k8s: [latest, v1.26.4, v1.25.9, v1.24.13, v1.23.17]
130+
k8s: [latest, v1.27.6, v1.26.9, v1.25.14]
131131
name: K8s ${{matrix.k8s}}
132132
runs-on: ubuntu-22.04
133133
timeout-minutes: 10 # usually 4-5 mins

0 commit comments

Comments
 (0)