2020-03-26 16:43:52 +00:00
|
|
|
# Example channels config
|
|
|
|
channels:
|
|
|
|
- name: stable
|
2021-07-22 19:40:14 +00:00
|
|
|
latest: v1.21.3+k3s1
|
2020-03-26 16:43:52 +00:00
|
|
|
- name: latest
|
|
|
|
latestRegexp: .*
|
|
|
|
excludeRegexp: ^[^+]+-
|
|
|
|
- name: testing
|
2020-12-07 19:37:28 +00:00
|
|
|
latestRegexp: -(alpha|beta|rc)
|
2020-03-26 16:43:52 +00:00
|
|
|
- name: v1.16
|
|
|
|
latestRegexp: v1\.16\..*
|
|
|
|
excludeRegexp: ^[^+]+-
|
|
|
|
- name: v1.16-testing
|
2020-12-07 19:37:28 +00:00
|
|
|
latestRegexp: v1\.16\.[0-9]*-(alpha|beta|rc)
|
2020-03-26 16:43:52 +00:00
|
|
|
- name: v1.17
|
|
|
|
latestRegexp: v1\.17\..*
|
|
|
|
excludeRegexp: ^[^+]+-
|
|
|
|
- name: v1.17-testing
|
2020-12-07 19:37:28 +00:00
|
|
|
latestRegexp: v1\.17\.[0-9]*-(alpha|beta|rc)
|
2020-05-07 00:43:39 +00:00
|
|
|
- name: v1.18
|
|
|
|
latestRegexp: v1\.18\..*
|
|
|
|
excludeRegexp: ^[^+]+-
|
|
|
|
- name: v1.18-testing
|
2020-12-07 19:37:28 +00:00
|
|
|
latestRegexp: v1\.18\.[0-9]*-(alpha|beta|rc)
|
2020-09-16 21:54:09 +00:00
|
|
|
# Starting with 1.19, we aren't going to add a *-testing channel for minor releases
|
|
|
|
- name: v1.19
|
|
|
|
latestRegexp: v1\.19\..*
|
|
|
|
excludeRegexp: ^[^+]+-
|
2021-01-04 23:22:01 +00:00
|
|
|
- name: v1.20
|
|
|
|
latestRegexp: v1\.20\..*
|
|
|
|
excludeRegexp: ^[^+]+-
|
2021-06-01 17:37:29 +00:00
|
|
|
- name: v1.21
|
|
|
|
latestRegexp: v1\.21\..*
|
|
|
|
excludeRegexp: ^[^+]+-
|
2020-03-26 16:43:52 +00:00
|
|
|
github:
|
2020-12-07 19:37:28 +00:00
|
|
|
owner: k3s-io
|
2020-03-26 16:43:52 +00:00
|
|
|
repo: k3s
|
2020-12-07 19:37:28 +00:00
|
|
|
redirectBase: https://github.com/k3s-io/k3s/releases/tag/
|