Browse Source

update channel for version v1.28 (#8305)

Signed-off-by: Johnatas <johnatas.santos@suse.com>
pull/8339/head
Johnatas 1 year ago committed by GitHub
parent
commit
b3bb7e5a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      channel.yaml

5
channel.yaml

@ -1,7 +1,7 @@
# Example channels config # Example channels config
channels: channels:
- name: stable - name: stable
latest: v1.27.4+k3s1 latest: v1.27.5+k3s1
- name: latest - name: latest
latestRegexp: .* latestRegexp: .*
excludeRegexp: (^[^+]+-|v1\.25\.5\+k3s1|v1\.26\.0\+k3s1) excludeRegexp: (^[^+]+-|v1\.25\.5\+k3s1|v1\.26\.0\+k3s1)
@ -50,6 +50,9 @@ channels:
- name: v1.27 - name: v1.27
latestRegexp: v1\.27\..* latestRegexp: v1\.27\..*
excludeRegexp: ^[^+]+- excludeRegexp: ^[^+]+-
- name: v1.28
latestRegexp: v1\.28\..*
excludeRegexp: ^[^+]+-
github: github:
owner: k3s-io owner: k3s-io
repo: k3s repo: k3s

Loading…
Cancel
Save