Skip to content

Commit c2d5793

Browse files
authored
[Release-1.10] update Lightspeed RAG image with 1.10 build (#432)
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 9ae8fb1 commit c2d5793

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ sources: []
4747
# Versions are expected to follow Semantic Versioning (https://semver.org/)
4848
# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
4949
# it will follow the RHDH versioning 1.y.z
50-
version: 5.12.3
50+
version: 5.12.4

charts/backstage/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# RHDH Backstage Helm Chart for OpenShift
33

4-
![Version: 5.12.3](https://img.shields.io/badge/Version-5.12.3-informational?style=flat-square)
4+
![Version: 5.12.4](https://img.shields.io/badge/Version-5.12.4-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.
@@ -29,7 +29,7 @@ For the **Generally Available** version of this chart, see:
2929
helm repo add bitnami https://charts.bitnami.com/bitnami
3030
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
3131

32-
helm install my-backstage redhat-developer/backstage --version 5.12.3
32+
helm install my-backstage redhat-developer/backstage --version 5.12.4
3333
```
3434

3535
## Introduction
@@ -186,7 +186,7 @@ Kubernetes: `>= 1.27.0-0`
186186
| global.lightspeed.configMaps[2].nameOverride | Name of an existing ConfigMap to use instead. Required when `create` is false. | string | `""` |
187187
| global.lightspeed.configMaps[2].sourceFile | Bundled file used to populate the ConfigMap data when `create` is true. | string | `"rhdh-profile.py"` |
188188
| global.lightspeed.enabled | Enable or disable the built-in Lightspeed feature. | bool | `true` |
189-
| global.lightspeed.initContainer.image | Full image reference for the Lightspeed RAG bootstrap init container. Override for disconnected environments. | string | `"quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0-642c567fe10a62b5ff711654306b72912f341e05"` |
189+
| global.lightspeed.initContainer.image | Full image reference for the Lightspeed RAG bootstrap init container. Override for disconnected environments. | string | `"quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3"` |
190190
| global.lightspeed.initContainer.resources | Resource requests/limits for the Lightspeed RAG bootstrap init container. | object | `{"limits":{"cpu":"100m","memory":"500Mi"},"requests":{"cpu":"50m","memory":"150Mi"}}` |
191191
| global.lightspeed.plugins | Lightspeed plugins and their configuration. Override package references for disconnected environments. | list | `[{"disabled":false,"package":"oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-lightspeed:{{ \"{{inherit}}\" }}"},{"disabled":false,"package":"oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend:{{ \"{{inherit}}\" }}"}]` |
192192
| global.lightspeed.ragVolume.emptyDir | `emptyDir` configuration for the RAG data volume. | object | `{}` |

charts/backstage/files/lightspeed/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ storage:
160160
db_path: /tmp/sql_store.db
161161
kv_rag:
162162
type: kv_sqlite
163-
db_path: /rag-content/vector_db/rhdh_product_docs/1.9/faiss_store.db
163+
db_path: /rag-content/vector_db/rhdh_product_docs/1.10/faiss_store.db
164164
kv_notebooks:
165165
type: kv_sqlite
166166
db_path: /rag-content/vector_db/notebooks/faiss_store.db
@@ -188,7 +188,7 @@ registered_resources:
188188
- provider_id: rag-runtime
189189
toolgroup_id: builtin::rag
190190
vector_stores:
191-
- vector_store_id: vs_cda156a6-64fe-436d-bc51-566fb1b09702 # see readme for this value
191+
- vector_store_id: vs_757285d9-b657-4bed-b18c-3359844e8c0d # see readme for this value
192192
embedding_model: sentence-transformers//rag-content/embeddings_model
193193
embedding_dimension: 768
194194
provider_id: rhdh-docs

charts/backstage/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"-c"
193193
],
194194
"env": [],
195-
"image": "quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0-642c567fe10a62b5ff711654306b72912f341e05",
195+
"image": "quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3",
196196
"imagePullPolicy": "IfNotPresent",
197197
"name": "lightspeed-rag-init",
198198
"resources": {

charts/backstage/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ global:
126126
initContainer:
127127
name: lightspeed-rag-init
128128
# -- Full image reference for the Lightspeed RAG bootstrap init container. Override for disconnected environments.
129-
image: quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0-642c567fe10a62b5ff711654306b72912f341e05
129+
image: quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3
130130
imagePullPolicy: IfNotPresent
131131
command:
132132
- sh

0 commit comments

Comments
 (0)