From db04d49a11ba4d61b5c4962f169be1b2c0c0e80b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:12:27 +0000 Subject: [PATCH 1/2] chore(deps): update quay.io/lightspeed-core/lightspeed-stack docker tag to v0.5.1 --- charts/backstage/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index bf261876..4d9cb740 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -171,7 +171,7 @@ global: sidecar: name: lightspeed-core # -- Full image reference for the Lightspeed Core sidecar. Override for disconnected environments. - image: quay.io/lightspeed-core/lightspeed-stack:0.5.0 + image: quay.io/lightspeed-core/lightspeed-stack:0.5.1 imagePullPolicy: IfNotPresent portName: http-lightspeed containerPort: 8080 From efe07cd9bf373f599afc787339f8e1c2ec1f1931 Mon Sep 17 00:00:00 2001 From: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:31:04 +0000 Subject: [PATCH 2/2] Bump backstage version to 5.8.1 Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com> --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 6 +++--- charts/backstage/values.schema.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index e8103702..57bf94d7 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -47,4 +47,4 @@ sources: [] # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 5.8.0 +version: 5.8.1 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 6b859ea9..28d77c7c 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 5.8.0](https://img.shields.io/badge/Version-5.8.0-informational?style=flat-square) +![Version: 5.8.1](https://img.shields.io/badge/Version-5.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) 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: helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-backstage redhat-developer/backstage --version 5.8.0 +helm install my-backstage redhat-developer/backstage --version 5.8.1 ``` ## Introduction @@ -201,7 +201,7 @@ Kubernetes: `>= 1.27.0-0` | global.lightspeed.secret.name | Name of an existing Secret to use instead. Required when `create` is false. | string | `""` | | global.lightspeed.secret.optional | Whether the Secret reference is optional in the pod spec. | bool | `false` | | global.lightspeed.secret.sourceFile | Bundled file used to populate the Secret's `stringData` keys. | string | `"secret.yaml"` | -| 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"` | +| 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"` | | global.lightspeed.sidecar.resources | Resource requests/limits for the Lightspeed Core sidecar. | object | `{"limits":{"cpu":"1000m","memory":"2Gi"},"requests":{"cpu":"100m","memory":"512Mi"}}` | | nameOverride | | string | `"developer-hub"` | | orchestrator.enabled | | bool | `false` | diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index 0abf2b01..18aa8f23 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -266,7 +266,7 @@ "command": [], "containerPort": 8080, "env": [], - "image": "quay.io/lightspeed-core/lightspeed-stack:0.5.0", + "image": "quay.io/lightspeed-core/lightspeed-stack:0.5.1", "imagePullPolicy": "IfNotPresent", "name": "lightspeed-core", "portName": "http-lightspeed",