Commit b7ec43c9 authored by Erik Wilson's avatar Erik Wilson Committed by Craig Jellick

Add channel yaml to k3s

parent ce10c1f0
# Example channels config
channels:
- name: stable
latest: v1.17.4+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\..*
github:
owner: rancher
repo: k3s
redirectBase: https://github.com/rancher/k3s/releases/tag/
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