Add v1.20 channel and mark as stable

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2021-01-04 15:22:01 -08:00 committed by Brad Davidson
parent 578e116e20
commit 1bb026fd1f
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Example channels config
channels:
- name: stable
latest: v1.19.5+k3s2
latest: v1.20.0+k3s2
- name: latest
latestRegexp: .*
excludeRegexp: ^[^+]+-
@ -26,6 +26,9 @@ channels:
- name: v1.19
latestRegexp: v1\.19\..*
excludeRegexp: ^[^+]+-
- name: v1.20
latestRegexp: v1\.20\..*
excludeRegexp: ^[^+]+-
github:
owner: k3s-io
repo: k3s