Browse Source

Add v1.20 channel and mark as stable

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/2781/head
Brad Davidson 4 years ago committed by Brad Davidson
parent
commit
1bb026fd1f
  1. 5
      channel.yaml

5
channel.yaml

@ -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…
Cancel
Save