@@ -18,11 +18,11 @@ sources).
1818# Sources define where registry data comes from
1919sources :
2020 - name : toolhive
21- format : toolhive
21+ format : upstream
2222 git :
2323 repository : https://github.com/stacklok/toolhive-catalog.git
2424 branch : main
25- path : pkg/catalog/toolhive/data/registry-legacy .json
25+ path : pkg/catalog/toolhive/data/registry-upstream .json
2626 syncPolicy :
2727 interval : ' 30m'
2828 # Optional: filter which entries are synced
@@ -129,11 +129,11 @@ on every container restart, adding startup latency and increasing network usage.
129129``` yaml title="config-git.yaml"
130130sources :
131131 - name : toolhive
132- format : toolhive
132+ format : upstream
133133 git :
134134 repository : https://github.com/stacklok/toolhive-catalog.git
135135 branch : main
136- path : pkg/catalog/toolhive/data/registry-legacy .json
136+ path : pkg/catalog/toolhive/data/registry-upstream .json
137137 syncPolicy :
138138 interval : ' 30m'
139139
@@ -169,7 +169,7 @@ credentials:
169169` ` ` yaml title="config-git-private.yaml"
170170sources:
171171 - name: private-registry
172- format: toolhive
172+ format: upstream
173173 git:
174174 repository: https://github.com/my-org/private-registry.git
175175 branch: main
@@ -378,7 +378,7 @@ RBAC requirements.
378378` ` ` yaml title="config-kubernetes.yaml"
379379sources:
380380 - name: default
381- format: toolhive
381+ format: upstream
382382 kubernetes: {}
383383
384384registries:
@@ -523,11 +523,11 @@ Kubernetes sources.
523523` ` ` yaml
524524sources:
525525 - name: toolhive
526- format: toolhive
526+ format: upstream
527527 git:
528528 repository: https://github.com/stacklok/toolhive-catalog.git
529529 branch: main
530- path: pkg/catalog/toolhive/data/registry-legacy .json
530+ path: pkg/catalog/toolhive/data/registry-upstream .json
531531 syncPolicy:
532532 # Sync interval (e.g., "30m", "1h", "24h")
533533 interval: '30m'
@@ -557,11 +557,11 @@ name patterns.
557557` ` ` yaml
558558sources:
559559 - name: toolhive
560- format: toolhive
560+ format: upstream
561561 git:
562562 repository: https://github.com/stacklok/toolhive-catalog.git
563563 branch: main
564- path: pkg/catalog/toolhive/data/registry-legacy .json
564+ path: pkg/catalog/toolhive/data/registry-upstream .json
565565 syncPolicy:
566566 interval: '30m'
567567 filter:
@@ -596,11 +596,11 @@ controls.
596596` ` ` yaml title="config-multi-source.yaml"
597597sources:
598598 - name: toolhive-catalog
599- format: toolhive
599+ format: upstream
600600 git:
601601 repository: https://github.com/stacklok/toolhive-catalog.git
602602 branch: main
603- path: pkg/catalog/toolhive/data/registry-legacy .json
603+ path: pkg/catalog/toolhive/data/registry-upstream .json
604604 syncPolicy:
605605 interval: '30m'
606606
0 commit comments