File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
143144NOTEBOOKS_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 =
You can’t perform that action at this time.
0 commit comments