Unverified Commit b3bb7e5a authored by Johnatas's avatar Johnatas Committed by GitHub

update channel for version v1.28 (#8305)

parent 0d23cfe0
# 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: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment