Skip to content

Commit 541d147

Browse files
authored
[RHIDP-13102] Update lightspeed plugins and images (#370)
* update lightspeed stack image to 0.5.1 Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * update lightspeed plugin version Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * set MAX_ENTRY_SIZE to 40MB Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * update lightspeed plugin to 2.2.1 Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * bump chart to 5.10.0 Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> --------- Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent a8bc84e commit 541d147

4 files changed

Lines changed: 15 additions & 15 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.9.0
50+
version: 5.10.0

charts/backstage/README.md

Lines changed: 4 additions & 4 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.9.0](https://img.shields.io/badge/Version-5.9.0-informational?style=flat-square)
4+
![Version: 5.10.0](https://img.shields.io/badge/Version-5.10.0-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.9.0
32+
helm install my-backstage redhat-developer/backstage --version 5.10.0
3333
```
3434

3535
## Introduction
@@ -188,7 +188,7 @@ Kubernetes: `>= 1.27.0-0`
188188
| global.lightspeed.enabled | Enable or disable the built-in Lightspeed feature. | bool | `true` |
189189
| 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"` |
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"}}` |
191-
| global.lightspeed.plugins | Lightspeed plugins and their configuration. Override package references for disconnected environments. | list | `[{"disabled":false,"package":"oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed","pluginConfig":{"dynamicPlugins":{"frontend":{"red-hat-developer-hub.backstage-plugin-lightspeed":{"dynamicRoutes":[{"importName":"LightspeedPage","path":"/lightspeed"}],"mountPoints":[{"importName":"LightspeedFAB","mountPoint":"application/listener"},{"importName":"LightspeedDrawerProvider","mountPoint":"application/provider"},{"config":{"id":"lightspeed"},"importName":"LightspeedDrawerStateExposer","mountPoint":"application/internal/drawer-state"},{"config":{"id":"lightspeed","priority":100},"importName":"LightspeedChatContainer","mountPoint":"application/internal/drawer-content"}],"translationResources":[{"importName":"lightspeedTranslations","module":"Alpha","ref":"lightspeedTranslationRef"}]}}}}},{"disabled":false,"package":"oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed-backend"}]` |
191+
| global.lightspeed.plugins | Lightspeed plugins and their configuration. Override package references for disconnected environments. | list | `[{"disabled":false,"package":"oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed","pluginConfig":{"dynamicPlugins":{"frontend":{"red-hat-developer-hub.backstage-plugin-lightspeed":{"dynamicRoutes":[{"importName":"LightspeedPage","path":"/lightspeed"}],"mountPoints":[{"importName":"LightspeedFAB","mountPoint":"application/listener"},{"importName":"LightspeedDrawerProvider","mountPoint":"application/provider"},{"config":{"id":"lightspeed"},"importName":"LightspeedDrawerStateExposer","mountPoint":"application/internal/drawer-state"},{"config":{"id":"lightspeed","priority":100},"importName":"LightspeedChatContainer","mountPoint":"application/internal/drawer-content"}],"translationResources":[{"importName":"lightspeedTranslations","module":"Alpha","ref":"lightspeedTranslationRef"}]}}}}},{"disabled":false,"package":"oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed-backend"}]` |
192192
| global.lightspeed.ragVolume.emptyDir | `emptyDir` configuration for the RAG data volume. | object | `{}` |
193193
| global.lightspeed.ragVolume.initMountPath | Mount path inside the init container for seeding RAG data. | string | `"/rag-content"` |
194194
| global.lightspeed.ragVolume.mountPath | Mount path inside the sidecar container for serving RAG data. | string | `"/rag-content"` |
@@ -202,7 +202,7 @@ Kubernetes: `>= 1.27.0-0`
202202
| global.lightspeed.secret.name | Name of an existing Secret to use instead. Required when `create` is false. | string | `""` |
203203
| global.lightspeed.secret.optional | Whether the Secret reference is optional in the pod spec. | bool | `false` |
204204
| global.lightspeed.secret.sourceFile | Bundled file used to populate the Secret's `stringData` keys. | string | `"secret.yaml"` |
205-
| global.lightspeed.sidecar.image | Full image reference for the Lightspeed Core sidecar. Override for disconnected environments. | string | `"quay.io/lightspeed-core/lightspeed-stack:0.5.0"` |
205+
| global.lightspeed.sidecar.image | Full image reference for the Lightspeed Core sidecar. Override for disconnected environments. | string | `"quay.io/lightspeed-core/lightspeed-stack:0.5.1"` |
206206
| global.lightspeed.sidecar.resources | Resource requests/limits for the Lightspeed Core sidecar. | object | `{"limits":{"cpu":"1000m","memory":"2Gi"},"requests":{"cpu":"100m","memory":"512Mi"}}` |
207207
| nameOverride | | string | `"developer-hub"` |
208208
| orchestrator.enabled | | bool | `false` |

charts/backstage/values.schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"plugins": [
223223
{
224224
"disabled": false,
225-
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed",
225+
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed",
226226
"pluginConfig": {
227227
"dynamicPlugins": {
228228
"frontend": {
@@ -272,7 +272,7 @@
272272
},
273273
{
274274
"disabled": false,
275-
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed-backend"
275+
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed-backend"
276276
}
277277
],
278278
"ragVolume": {
@@ -299,7 +299,7 @@
299299
"command": [],
300300
"containerPort": 8080,
301301
"env": [],
302-
"image": "quay.io/lightspeed-core/lightspeed-stack:0.5.0",
302+
"image": "quay.io/lightspeed-core/lightspeed-stack:0.5.1",
303303
"imagePullPolicy": "IfNotPresent",
304304
"name": "lightspeed-core",
305305
"portName": "http-lightspeed",
@@ -338,7 +338,7 @@
338338
"default": [
339339
{
340340
"disabled": false,
341-
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed",
341+
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed",
342342
"pluginConfig": {
343343
"dynamicPlugins": {
344344
"frontend": {
@@ -388,7 +388,7 @@
388388
},
389389
{
390390
"disabled": false,
391-
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed-backend"
391+
"package": "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed-backend"
392392
}
393393
],
394394
"items": {
@@ -5028,7 +5028,7 @@
50285028
},
50295029
{
50305030
"name": "MAX_ENTRY_SIZE",
5031-
"value": "30000000"
5031+
"value": "40000000"
50325032
},
50335033
{
50345034
"name": "CATALOG_INDEX_IMAGE",

charts/backstage/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ global:
5454
enabled: true
5555
# -- Lightspeed plugins and their configuration. Override package references for disconnected environments.
5656
plugins:
57-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed
57+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed
5858
disabled: false
5959
pluginConfig:
6060
dynamicPlugins:
@@ -81,7 +81,7 @@ global:
8181
config:
8282
id: lightspeed
8383
priority: 100
84-
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.45.3__1.4.0!red-hat-developer-hub-backstage-plugin-lightspeed-backend
84+
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.49.4__2.2.1!red-hat-developer-hub-backstage-plugin-lightspeed-backend
8585
disabled: false
8686
runtimeVolume:
8787
# -- Name of the Kubernetes volume used for writable Lightspeed runtime storage.
@@ -183,7 +183,7 @@ global:
183183
sidecar:
184184
name: lightspeed-core
185185
# -- Full image reference for the Lightspeed Core sidecar. Override for disconnected environments.
186-
image: quay.io/lightspeed-core/lightspeed-stack:0.5.0
186+
image: quay.io/lightspeed-core/lightspeed-stack:0.5.1
187187
imagePullPolicy: IfNotPresent
188188
portName: http-lightspeed
189189
containerPort: 8080
@@ -395,7 +395,7 @@ upstream:
395395
value: /opt/app-root/src/.npmrc.dynamic-plugins
396396
# This following variable is required for orchestrator to startup properly.
397397
- name: MAX_ENTRY_SIZE
398-
value: "30000000"
398+
value: "40000000"
399399
- name: CATALOG_INDEX_IMAGE
400400
value: '{{ .Values.global.catalogIndex.image.registry }}/{{ .Values.global.catalogIndex.image.repository }}:{{ .Values.global.catalogIndex.image.tag }}'
401401
- name: CATALOG_ENTITIES_EXTRACT_DIR

0 commit comments

Comments
 (0)