ci(k3s): add comments to versions

This commit is contained in:
Michael Kriese 2024-09-11 16:32:34 +02:00
parent 626ab2dc40
commit 339b9a0e5d
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -82,7 +82,13 @@ jobs:
strategy:
matrix:
k3s:
# https://github.com/k3s-io/k3s/branches
# oldest supported version
- 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
steps: