mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Add channel yaml to k3s
This commit is contained in:
parent
ce10c1f080
commit
b7ec43c997
23
channel.yaml
Normal file
23
channel.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
# Example channels config
|
||||
channels:
|
||||
- name: stable
|
||||
latest: v1.17.4+k3s1
|
||||
- name: latest
|
||||
latestRegexp: .*
|
||||
excludeRegexp: ^[^+]+-
|
||||
- name: testing
|
||||
latestRegexp: .*
|
||||
- name: v1.16
|
||||
latestRegexp: v1\.16\..*
|
||||
excludeRegexp: ^[^+]+-
|
||||
- name: v1.16-testing
|
||||
latestRegexp: v1\.16\.*
|
||||
- name: v1.17
|
||||
latestRegexp: v1\.17\..*
|
||||
excludeRegexp: ^[^+]+-
|
||||
- name: v1.17-testing
|
||||
latestRegexp: v1\.17\..*
|
||||
github:
|
||||
owner: rancher
|
||||
repo: k3s
|
||||
redirectBase: https://github.com/rancher/k3s/releases/tag/
|
Loading…
Reference in New Issue
Block a user