mirror of https://github.com/k3s-io/k3s
Merge pull request #3386 from erikwilson/bump-channel-stable-1.21.1
Bump stable version to v1.21.1+k3s1 and add v1.21 channelpull/3431/head
commit
e5244f375c
|
@ -1,7 +1,7 @@
|
||||||
# Example channels config
|
# Example channels config
|
||||||
channels:
|
channels:
|
||||||
- name: stable
|
- name: stable
|
||||||
latest: v1.20.7+k3s1
|
latest: v1.21.1+k3s1
|
||||||
- name: latest
|
- name: latest
|
||||||
latestRegexp: .*
|
latestRegexp: .*
|
||||||
excludeRegexp: ^[^+]+-
|
excludeRegexp: ^[^+]+-
|
||||||
|
@ -29,6 +29,9 @@ channels:
|
||||||
- name: v1.20
|
- name: v1.20
|
||||||
latestRegexp: v1\.20\..*
|
latestRegexp: v1\.20\..*
|
||||||
excludeRegexp: ^[^+]+-
|
excludeRegexp: ^[^+]+-
|
||||||
|
- name: v1.21
|
||||||
|
latestRegexp: v1\.21\..*
|
||||||
|
excludeRegexp: ^[^+]+-
|
||||||
github:
|
github:
|
||||||
owner: k3s-io
|
owner: k3s-io
|
||||||
repo: k3s
|
repo: k3s
|
||||||
|
|
Loading…
Reference in New Issue