Skip to content

Commit 33fef4b

Browse files
authored
feat: add registry configuration file to catalog (SchemaStore#4610)
Typical filename is `registry.yaml`, which feels a bit generic. https://aquaproj.github.io/docs/reference/registry-config/
1 parent 450361b commit 33fef4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@
252252
"fileMatch": [".aqua-policy.yaml", "aqua-policy.yaml"],
253253
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/policy.json"
254254
},
255+
{
256+
"name": "registry.yaml",
257+
"description": "aqua registry configuration file",
258+
"fileMatch": [],
259+
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json"
260+
},
255261
{
256262
"name": "arb.json",
257263
"description": "Application Resource Bundle",

0 commit comments

Comments
 (0)