mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Add 1.19 to channel.yaml
This will cause 1.19.* releases to be aggregated into a v1.19 channel on https://update.k3s.io/v1-release/channels Signed-off-by: Craig Jellick <craig@rancher.com>
This commit is contained in:
parent
8c6d3567fe
commit
b66760fccd
@ -22,6 +22,10 @@ channels:
|
||||
excludeRegexp: ^[^+]+-
|
||||
- name: v1.18-testing
|
||||
latestRegexp: v1\.18\..*
|
||||
# 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: rancher
|
||||
repo: k3s
|
||||
|
Loading…
Reference in New Issue
Block a user