Bump stable version to v1.21.1+k3s1 and add v1.21 channel

This commit is contained in:
Erik Wilson 2021-06-01 10:37:29 -07:00
parent c2e561f25e
commit 3abe7c7cef
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Example channels config
channels:
- name: stable
latest: v1.20.7+k3s1
latest: v1.21.1+k3s1
- name: latest
latestRegexp: .*
excludeRegexp: ^[^+]+-
@ -29,6 +29,9 @@ channels:
- name: v1.20
latestRegexp: v1\.20\..*
excludeRegexp: ^[^+]+-
- name: v1.21
latestRegexp: v1\.21\..*
excludeRegexp: ^[^+]+-
github:
owner: k3s-io
repo: k3s