ci(k3s): add comments to versions
This commit is contained in:
parent
626ab2dc40
commit
339b9a0e5d
1 changed files with 6 additions and 0 deletions
|
@ -82,7 +82,13 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k3s:
|
k3s:
|
||||||
|
# https://github.com/k3s-io/k3s/branches
|
||||||
|
# oldest supported version
|
||||||
- v1.28.13+k3s1 # renovate: k3s
|
- v1.28.13+k3s1 # renovate: k3s
|
||||||
|
# https://github.com/k3s-io/k3s/blob/master/channel.yaml#L3-L4
|
||||||
|
# stable version
|
||||||
|
- v1.30.4+k3s1 # renovate: k3s
|
||||||
|
# newest version
|
||||||
- v1.31.0+k3s1 # renovate: k3s
|
- v1.31.0+k3s1 # renovate: k3s
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue