From 53f99bbec21fbbf9e37cc8637324c1cd25d5f02b Mon Sep 17 00:00:00 2001 From: Sergey Yedrikov Date: Thu, 18 Jun 2026 12:51:48 -0400 Subject: [PATCH] LCORE-1935: Update image labels for the 0.6 release --- deploy/lightspeed-stack/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/lightspeed-stack/Containerfile b/deploy/lightspeed-stack/Containerfile index 567b5793e..253639bdc 100644 --- a/deploy/lightspeed-stack/Containerfile +++ b/deploy/lightspeed-stack/Containerfile @@ -137,7 +137,7 @@ ENTRYPOINT ["python3.12", "src/lightspeed_stack.py"] LABEL vendor="Red Hat, Inc." \ name="lightspeed-core/lightspeed-stack-rhel9" \ com.redhat.component="lightspeed-core/lightspeed-stack" \ - cpe="cpe:/a:redhat:lightspeed_core:0.4::el9" \ + cpe="cpe:/a:redhat:lightspeed_core:0.6::el9" \ io.k8s.display-name="Lightspeed Stack" \ summary="A service that provides a REST API for the Lightspeed Core Stack." \ description="Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases." \