k3s/channel.yaml
David Nuzik f1c542a38e Bump stable version from v1.17.4 to v1.18.2
* Updates channel.yaml - replaces v1.17.4 with v1.18.2 which is now stable.
2020-05-13 09:45:39 -07:00

29 lines
608 B
YAML

# Example channels config
channels:
- name: stable
latest: v1.18.2+k3s1
- 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\..*
- name: v1.18
latestRegexp: v1\.18\..*
excludeRegexp: ^[^+]+-
- name: v1.18-testing
latestRegexp: v1\.18\..*
github:
owner: rancher
repo: k3s
redirectBase: https://github.com/rancher/k3s/releases/tag/