diff --git a/setup/k3s-versions.json b/setup/k3s-versions.json new file mode 100644 index 0000000..7a6ad3a --- /dev/null +++ b/setup/k3s-versions.json @@ -0,0 +1,24 @@ +{ + "prodInstallVersion": "v1.31.3+k3s1", + "canaryInstallVersion": "v1.33.4+k3s1", + "prod": [ + { + "version": "v1.31", + "channelUrl": "https://update.k3s.io/v1-release/channels/v1.31" + } + ], + "canary": [ + { + "version": "v1.31", + "channelUrl": "https://update.k3s.io/v1-release/channels/v1.31" + }, + { + "version": "v1.32", + "channelUrl": "https://update.k3s.io/v1-release/channels/v1.32" + }, + { + "version": "v1.33", + "channelUrl": "https://update.k3s.io/v1-release/channels/v1.33" + } + ] +} \ No newline at end of file diff --git a/setup/longhorn-versions.json b/setup/longhorn-versions.json new file mode 100644 index 0000000..8385ce4 --- /dev/null +++ b/setup/longhorn-versions.json @@ -0,0 +1,28 @@ +{ + "prodInstallVersion": "v1.7.2", + "canaryInstallVersion": "v1.10.1", + "prod": [ + { + "version": "v1.7.2", + "yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.7.2/deploy/longhorn.yaml" + } + ], + "canary": [ + { + "version": "v1.7.2", + "yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.7.2/deploy/longhorn.yaml" + }, + { + "version": "v1.8.2", + "yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.8.2/deploy/longhorn.yaml" + }, + { + "version": "v1.9.2", + "yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.9.2/deploy/longhorn.yaml" + }, + { + "version": "v1.10.1", + "yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.10.1/deploy/longhorn.yaml" + } + ] +} \ No newline at end of file