Skip to content

Commit e487147

Browse files
[release-1.10] fix: pin catalog index tag to 1.10.2 (#273)
Co-authored-by: Armel Soro <[email protected]>
1 parent 3b8742b commit e487147

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

default.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ BASE_URL=http://localhost:7007
1313

1414
# Default plugin catalog index image
1515
# Requires RHDH 1.9+ to be handled.
16-
CATALOG_INDEX_IMAGE=quay.io/rhdh/plugin-catalog-index:1.10
16+
# TODO: Pinned due to issues with the floating 1.10 tag - see RHDHBUGS-3455 and RHDHBUGS-3492
17+
CATALOG_INDEX_IMAGE=quay.io/rhdh/plugin-catalog-index:1.10.2
1718

1819
# Extra catalog index images (comma-separated).
1920
# Plugins from these images appear in the Extensions UI but are not installed by default.
@@ -142,4 +143,4 @@ VALIDATION_MODEL_NAME=
142143
## Model to use for answering queries. Must map to a model available through the provider set in $NOTEBOOKS_QUERY_PROVIDER_ID
143144
NOTEBOOKS_QUERY_MODEL=
144145
## AI provider for the query model. Must map to a provider enabled in your Lightspeed config.yaml
145-
NOTEBOOKS_QUERY_PROVIDER_ID=
146+
NOTEBOOKS_QUERY_PROVIDER_ID=

0 commit comments

Comments
 (0)