k3s/channel.yaml

29 lines
608 B
YAML
Raw Normal View History

2020-03-26 16:43:52 +00:00
# Example channels config
channels:
- name: stable
latest: v1.18.8+k3s1
2020-03-26 16:43:52 +00:00
- name: latest
latestRegexp: .*
excludeRegexp: ^[^+]+-
- name: testing
latestRegexp: .*
- name: v1.16
latestRegexp: v1\.16\..*
excludeRegexp: ^[^+]+-
- name: v1.16-testing
latestRegexp: v1\.16\.*
- name: v1.17
latestRegexp: v1\.17\..*
excludeRegexp: ^[^+]+-
- name: v1.17-testing
latestRegexp: v1\.17\..*
2020-05-07 00:43:39 +00:00
- name: v1.18
latestRegexp: v1\.18\..*
excludeRegexp: ^[^+]+-
- name: v1.18-testing
latestRegexp: v1\.18\..*
2020-03-26 16:43:52 +00:00
github:
owner: rancher
repo: k3s
redirectBase: https://github.com/rancher/k3s/releases/tag/