From c8599e1d06e3f4ad808c8db1bab95e2389841dc2 Mon Sep 17 00:00:00 2001 From: Guilherme Macedo Date: Tue, 17 Sep 2024 14:04:41 -0300 Subject: [PATCH] Add initial VEX Hub repo config Signed-off-by: Guilherme Macedo --- vex-repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vex-repository.json diff --git a/vex-repository.json b/vex-repository.json new file mode 100644 index 0000000..75588ef --- /dev/null +++ b/vex-repository.json @@ -0,0 +1,15 @@ +{ + "name": "VEX Hub", + "description": "VEX Repository by SUSE Rancher", + "versions": [ + { + "spec_version": "0.1", + "locations": [ + { + "url": "https://github.com/rancher/vexhub/archive/refs/heads/main.tar.gz//vexhub-main" + } + ], + "update_interval": "4h" + } + ] +}