mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
0dfab2b30a
Signed-off-by: Brian Downs <brian.downs@gmail.com>
33 lines
831 B
YAML
33 lines
831 B
YAML
# Example channels config
|
|
channels:
|
|
- name: stable
|
|
latest: v1.19.5+k3s1
|
|
- name: latest
|
|
latestRegexp: .*
|
|
excludeRegexp: ^[^+]+-
|
|
- name: testing
|
|
latestRegexp: -(alpha|beta|rc)
|
|
- name: v1.16
|
|
latestRegexp: v1\.16\..*
|
|
excludeRegexp: ^[^+]+-
|
|
- name: v1.16-testing
|
|
latestRegexp: v1\.16\.[0-9]*-(alpha|beta|rc)
|
|
- name: v1.17
|
|
latestRegexp: v1\.17\..*
|
|
excludeRegexp: ^[^+]+-
|
|
- name: v1.17-testing
|
|
latestRegexp: v1\.17\.[0-9]*-(alpha|beta|rc)
|
|
- name: v1.18
|
|
latestRegexp: v1\.18\..*
|
|
excludeRegexp: ^[^+]+-
|
|
- name: v1.18-testing
|
|
latestRegexp: v1\.18\.[0-9]*-(alpha|beta|rc)
|
|
# Starting with 1.19, we aren't going to add a *-testing channel for minor releases
|
|
- name: v1.19
|
|
latestRegexp: v1\.19\..*
|
|
excludeRegexp: ^[^+]+-
|
|
github:
|
|
owner: k3s-io
|
|
repo: k3s
|
|
redirectBase: https://github.com/k3s-io/k3s/releases/tag/
|