Skip to content

Commit

Permalink
Add initial VEX Hub repo config (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Macedo <guilherme@gmacedo.com>
  • Loading branch information
macedogm authored Sep 18, 2024
1 parent 61ff62c commit 1283d20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vex-repository.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 1283d20

Please sign in to comment.