Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the appDefault section for rke2 and k3s #883

Merged
merged 1 commit into from
Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions channels-rke2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
channels:
- name: default
latest: v1.22.8+rke2r1
appDefaults:
- appName: rancher
defaults:
- appVersion: '> 2.6.0-0 < 2.6.99-0'
defaultVersion: '1.22.x'
releases:
- version: v1.19.16+rke2r1
minChannelServerVersion: v2.6.0-alpha1
Expand Down
5 changes: 5 additions & 0 deletions channels.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
channels:
- name: default
latest: v1.22.8+k3s1
appDefaults:
- appName: rancher
defaults:
- appVersion: '> 2.6.0-0 < 2.6.99-0'
defaultVersion: '1.22.x'
releases:
- version: v1.18.20+k3s1
minChannelServerVersion: v2.6.0-alpha1
Expand Down
22 changes: 22 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -11403,6 +11403,17 @@
}
},
"k3s": {
"appDefaults": [
{
"appName": "rancher",
"defaults": [
{
"appVersion": "\u003e 2.6.0-0 \u003c 2.6.99-0",
"defaultVersion": "1.22.x"
}
]
}
],
"channels": [
{
"latest": "v1.22.8+k3s1",
Expand Down Expand Up @@ -13776,6 +13787,17 @@
]
},
"rke2": {
"appDefaults": [
{
"appName": "rancher",
"defaults": [
{
"appVersion": "\u003e 2.6.0-0 \u003c 2.6.99-0",
"defaultVersion": "1.22.x"
}
]
}
],
"channels": [
{
"latest": "v1.22.8+rke2r1",
Expand Down