diff --git a/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml b/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml index 35bf35c7d..f66237ae1 100644 --- a/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml +++ b/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml @@ -29,7 +29,7 @@ metadata: categories: Developer Tools certified: "true" containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.10 - createdAt: "2026-04-26T17:54:47Z" + createdAt: "2026-04-28T14:48:12Z" description: Red Hat Developer Hub is a Red Hat supported version of Backstage. It comes with pre-built plug-ins and configuration settings, supports use of an external database, and can help streamline the process of setting up a self-managed diff --git a/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml b/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml index d1ff6d930..039cd709e 100644 --- a/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml +++ b/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml @@ -225,7 +225,8 @@ data: - name: NPM_CONFIG_USERCONFIG value: /opt/app-root/src/.npmrc.dynamic-plugins/.npmrc - name: MAX_ENTRY_SIZE - value: "30000000" + value: "40000000" + # CATALOG_INDEX_IMAGE will be replaced by the value of the `RELATED_IMAGE_catalog_index` env var, if set - name: CATALOG_INDEX_IMAGE value: "quay.io/rhdh/plugin-catalog-index:1.9" - name: CATALOG_ENTITIES_EXTRACT_DIR diff --git a/bundle/rhdh/manifests/rhdh-flavour-lightspeed-config_v1_configmap.yaml b/bundle/rhdh/manifests/rhdh-flavour-lightspeed-config_v1_configmap.yaml index 759f62832..cca0ae339 100644 --- a/bundle/rhdh/manifests/rhdh-flavour-lightspeed-config_v1_configmap.yaml +++ b/bundle/rhdh/manifests/rhdh-flavour-lightspeed-config_v1_configmap.yaml @@ -268,7 +268,7 @@ data: containers: # Lightspeed Core Backend - name: lightspeed-core - image: quay.io/lightspeed-core/lightspeed-stack:0.5.0 + image: quay.io/lightspeed-core/lightspeed-stack:0.5.1 imagePullPolicy: Always ports: - containerPort: 8080 @@ -303,7 +303,7 @@ data: dynamic-plugins.yaml: | plugins: # Lightspeed Plugins - - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.2.3 + - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1 disabled: false pluginConfig: dynamicPlugins: @@ -330,7 +330,7 @@ data: config: id: lightspeed priority: 100 - - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.45.3__1.2.3 + - 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 disabled: false metadata.yaml: | # Lightspeed (AI) flavour metadata diff --git a/config/profile/rhdh/default-config/deployment.yaml b/config/profile/rhdh/default-config/deployment.yaml index ef5c0790a..b65250de1 100644 --- a/config/profile/rhdh/default-config/deployment.yaml +++ b/config/profile/rhdh/default-config/deployment.yaml @@ -67,7 +67,8 @@ spec: - name: NPM_CONFIG_USERCONFIG value: /opt/app-root/src/.npmrc.dynamic-plugins/.npmrc - name: MAX_ENTRY_SIZE - value: "30000000" + value: "40000000" + # CATALOG_INDEX_IMAGE will be replaced by the value of the `RELATED_IMAGE_catalog_index` env var, if set - name: CATALOG_INDEX_IMAGE value: "quay.io/rhdh/plugin-catalog-index:1.9" - name: CATALOG_ENTITIES_EXTRACT_DIR diff --git a/config/profile/rhdh/default-config/flavours/lightspeed/deployment.yaml b/config/profile/rhdh/default-config/flavours/lightspeed/deployment.yaml index 578347eb2..866e39a4b 100644 --- a/config/profile/rhdh/default-config/flavours/lightspeed/deployment.yaml +++ b/config/profile/rhdh/default-config/flavours/lightspeed/deployment.yaml @@ -24,7 +24,7 @@ spec: containers: # Lightspeed Core Backend - name: lightspeed-core - image: quay.io/lightspeed-core/lightspeed-stack:0.5.0 + image: quay.io/lightspeed-core/lightspeed-stack:0.5.1 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/config/profile/rhdh/default-config/flavours/lightspeed/dynamic-plugins.yaml b/config/profile/rhdh/default-config/flavours/lightspeed/dynamic-plugins.yaml index 95d6da380..e4abf499a 100644 --- a/config/profile/rhdh/default-config/flavours/lightspeed/dynamic-plugins.yaml +++ b/config/profile/rhdh/default-config/flavours/lightspeed/dynamic-plugins.yaml @@ -6,7 +6,7 @@ data: dynamic-plugins.yaml: | plugins: # Lightspeed Plugins - - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.2.3 + - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1 disabled: false pluginConfig: dynamicPlugins: @@ -33,5 +33,5 @@ data: config: id: lightspeed priority: 100 - - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.45.3__1.2.3 + - 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 disabled: false diff --git a/dist/rhdh/install.yaml b/dist/rhdh/install.yaml index e6c7be146..4185bbe0e 100644 --- a/dist/rhdh/install.yaml +++ b/dist/rhdh/install.yaml @@ -2808,7 +2808,8 @@ data: - name: NPM_CONFIG_USERCONFIG value: /opt/app-root/src/.npmrc.dynamic-plugins/.npmrc - name: MAX_ENTRY_SIZE - value: "30000000" + value: "40000000" + # CATALOG_INDEX_IMAGE will be replaced by the value of the `RELATED_IMAGE_catalog_index` env var, if set - name: CATALOG_INDEX_IMAGE value: "quay.io/rhdh/plugin-catalog-index:1.9" - name: CATALOG_ENTITIES_EXTRACT_DIR @@ -3289,7 +3290,7 @@ data: containers: # Lightspeed Core Backend - name: lightspeed-core - image: quay.io/lightspeed-core/lightspeed-stack:0.5.0 + image: quay.io/lightspeed-core/lightspeed-stack:0.5.1 imagePullPolicy: Always ports: - containerPort: 8080 @@ -3324,7 +3325,7 @@ data: dynamic-plugins.yaml: | plugins: # Lightspeed Plugins - - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.2.3 + - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1 disabled: false pluginConfig: dynamicPlugins: @@ -3351,7 +3352,7 @@ data: config: id: lightspeed priority: 100 - - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed-backend:bs_1.45.3__1.2.3 + - 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 disabled: false metadata.yaml: | # Lightspeed (AI) flavour metadata diff --git a/docs/lightspeed.md b/docs/lightspeed.md index eb1d57969..9b0f4ac32 100644 --- a/docs/lightspeed.md +++ b/docs/lightspeed.md @@ -67,9 +67,9 @@ If you prefer to configure plugins manually without using the flavour, refer to includes: - dynamic-plugins.default.yaml plugins: - - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.45.3__1.2.3 + - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-lightspeed:bs_1.49.4__2.2.1 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.2.3 + - 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 disabled: false ```