|
1 | 1 |
|
2 | 2 | # RHDH Backstage Helm Chart for OpenShift |
3 | 3 |
|
4 | | - |
| 4 | + |
5 | 5 |  |
6 | 6 |
|
7 | 7 | 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: |
29 | 29 | helm repo add bitnami https://charts.bitnami.com/bitnami |
30 | 30 | helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart |
31 | 31 |
|
32 | | -helm install my-backstage redhat-developer/backstage --version 5.12.3 |
| 32 | +helm install my-backstage redhat-developer/backstage --version 5.12.4 |
33 | 33 | ``` |
34 | 34 |
|
35 | 35 | ## Introduction |
@@ -186,7 +186,7 @@ Kubernetes: `>= 1.27.0-0` |
186 | 186 | | global.lightspeed.configMaps[2].nameOverride | Name of an existing ConfigMap to use instead. Required when `create` is false. | string | `""` | |
187 | 187 | | global.lightspeed.configMaps[2].sourceFile | Bundled file used to populate the ConfigMap data when `create` is true. | string | `"rhdh-profile.py"` | |
188 | 188 | | 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"` | |
190 | 190 | | 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"}}` | |
191 | 191 | | 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}}\" }}"}]` | |
192 | 192 | | global.lightspeed.ragVolume.emptyDir | `emptyDir` configuration for the RAG data volume. | object | `{}` | |
|
0 commit comments