mirror of https://github.com/k3s-io/k3s
Add v1.20 channel and mark as stable
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/2781/head
parent
578e116e20
commit
1bb026fd1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue