-
Notifications
You must be signed in to change notification settings - Fork 23
/
channels.yaml
49 lines (49 loc) · 1.21 KB
/
channels.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Example channels config
k3s:
channels:
- name: stable
latest: v1.17.2+k3s1
- name: latest
latestRegexp: .*
excludeRegexp: rc
- name: testing
latestRegexp: .*
- name: v1.16
latestRegexp: v1\.16\..*
excludeRegexp: rc
- name: v1.16-testing
latestRegexp: v1\.16\.*
- name: v1.17
latestRegexp: v1\.17\..*
excludeRegexp: rc
- name: v1.17-testing
latestRegexp: v1\.17\..*
- name: v1.0
latestRegexp: v1\.0\..*
excludeRegexp: rc
- name: v1.0-testing
latestRegexp: v1\.0\..*
releases:
- version: v1.15.3+k3s2
minChannelServerVersion: v2.3.0
maxChannelServerVersion: v2.3.5
- version: v1.17.4+k3s1
minChannelServerVersion: v2.4.0
maxChannelServerVersion: v2.4.5
appDefaults:
- appName: rancher
defaults:
- appVersion: '> 2.6.2-0 < 2.6.3-0'
defaultVersion: '1.20.x'
- appVersion: '> 2.6.2-0 < 2.6.4-0'
defaultVersion: '1.21.x'
- appVersion: '> 2.6.4-0'
defaultVersion: '1.22.x'
- appName: anotherApp
defaults:
- appVersion: '1.2.x'
defaultVersion: '1.19.5'
github:
owner: rancher
repo: k3s
redirectBase: https://github.com/rancher/k3s/releases/tag/