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" + } + ] +}