Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/toolhive/guides-registry/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ registries:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/official-registry.json
path: pkg/catalog/toolhive/data/registry-upstream.json

# Per-registry automatic sync policy (required for synced registries)
syncPolicy:
Expand Down Expand Up @@ -105,7 +105,7 @@ registries:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
interval: '30m'
```
Expand Down Expand Up @@ -441,7 +441,7 @@ registries:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
# Sync interval (e.g., "30m", "1h", "24h")
interval: '30m'
Expand All @@ -468,7 +468,7 @@ registries:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
interval: '30m'
filter:
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/guides-registry/deploy-manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ data:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
interval: "15m"
auth:
Expand Down
14 changes: 7 additions & 7 deletions docs/toolhive/guides-registry/deploy-operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
interval: '30m'
```
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
interval: '30m'
```
Expand Down Expand Up @@ -263,7 +263,7 @@ spec:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
filter:
names:
include:
Expand Down Expand Up @@ -322,7 +322,7 @@ spec:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
interval: '30m'
```
Expand Down Expand Up @@ -398,7 +398,7 @@ spec:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
```

### OAuth configuration fields
Expand Down Expand Up @@ -509,7 +509,7 @@ spec:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
```

:::danger[No access control]
Expand Down Expand Up @@ -554,7 +554,7 @@ spec:
git:
repository: https://github.com/stacklok/toolhive-catalog.git
branch: main
path: pkg/catalog/toolhive/data/registry.json
path: pkg/catalog/toolhive/data/registry-legacy.json
syncPolicy:
interval: '30m'
```
Expand Down