From ba197a32cb9be8973ec19f665e29c314fd23ebba Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Thu, 27 Nov 2025 13:22:42 +0000 Subject: [PATCH] Update default OS docs to 2025.2 The RAG image has been updated with the latest released docs (2025.2) this patch updates the default image to use it. Signed-off-by: Lucas Alvares Gomes --- api/v1beta1/openstacklightspeed_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1beta1/openstacklightspeed_types.go b/api/v1beta1/openstacklightspeed_types.go index c35b447f..dfe41280 100644 --- a/api/v1beta1/openstacklightspeed_types.go +++ b/api/v1beta1/openstacklightspeed_types.go @@ -26,7 +26,7 @@ const ( // Container image fall-back defaults // OpenStackLightspeedContainerImage is the fall-back container image for OpenStackLightspeed - OpenStackLightspeedContainerImage = "quay.io/openstack-lightspeed/rag-content:os-docs-2024.2" + OpenStackLightspeedContainerImage = "quay.io/openstack-lightspeed/rag-content:os-docs-2025.2" MaxTokensForResponseDefault = 2048 )