From 5328e6ab83e8f9a23e50941995230a370f0d8bff Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Tue, 30 Jun 2026 15:38:29 -0400 Subject: [PATCH 1/2] lcs 0.5.2 Signed-off-by: Michael Valdron --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 6 +++--- charts/backstage/values.schema.json | 2 +- charts/backstage/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 0d602ef9..4b29d297 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.12.4 +version: 5.12.5 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index ec6fbe1a..27adad79 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 5.12.4](https://img.shields.io/badge/Version-5.12.4-informational?style=flat-square) +![Version: 5.12.5](https://img.shields.io/badge/Version-5.12.5-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.12.4 +helm install my-backstage redhat-developer/backstage --version 5.12.5 ``` ## Introduction @@ -202,7 +202,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.1"` | +| 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.2"` | | 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 65838959..bc2ae9a8 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -253,7 +253,7 @@ "command": [], "containerPort": 8080, "env": [], - "image": "quay.io/lightspeed-core/lightspeed-stack:0.5.1", + "image": "quay.io/lightspeed-core/lightspeed-stack:0.5.2", "imagePullPolicy": "IfNotPresent", "name": "lightspeed-core", "portName": "http-lightspeed", diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index b4e46c39..bcb2ed0b 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -159,7 +159,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.1 + image: quay.io/lightspeed-core/lightspeed-stack:0.5.2 imagePullPolicy: IfNotPresent portName: http-lightspeed containerPort: 8080 From 954ecd75471f295e13edb21fdcbbaf957806f05f Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 1 Jul 2026 17:04:31 +0200 Subject: [PATCH 2/2] chore: bump chart version following branch update --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 4b29d297..faa67f16 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.12.5 +version: 5.12.6 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 27adad79..839b2d67 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift -![Version: 5.12.5](https://img.shields.io/badge/Version-5.12.5-informational?style=flat-square) +![Version: 5.12.6](https://img.shields.io/badge/Version-5.12.6-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.12.5 +helm install my-backstage redhat-developer/backstage --version 5.12.6 ``` ## Introduction