Skip to content

Commit 6e6b526

Browse files
Lightspeed Core Service 0.5.2 (#459)
* lcs 0.5.2 Signed-off-by: Michael Valdron <[email protected]> * chore: bump chart version following branch update --------- Signed-off-by: Michael Valdron <[email protected]> Co-authored-by: Armel Soro <[email protected]>
1 parent 810d8b0 commit 6e6b526

4 files changed

Lines changed: 6 additions & 6 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.12.5
50+
version: 5.12.6

charts/backstage/README.md

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

3535
## Introduction
@@ -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.1"` |
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.2"` |
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"command": [],
254254
"containerPort": 8080,
255255
"env": [],
256-
"image": "quay.io/lightspeed-core/lightspeed-stack:0.5.1",
256+
"image": "quay.io/lightspeed-core/lightspeed-stack:0.5.2",
257257
"imagePullPolicy": "IfNotPresent",
258258
"name": "lightspeed-core",
259259
"portName": "http-lightspeed",

charts/backstage/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ global:
161161
sidecar:
162162
name: lightspeed-core
163163
# -- Full image reference for the Lightspeed Core sidecar. Override for disconnected environments.
164-
image: quay.io/lightspeed-core/lightspeed-stack:0.5.1
164+
image: quay.io/lightspeed-core/lightspeed-stack:0.5.2
165165
imagePullPolicy: IfNotPresent
166166
portName: http-lightspeed
167167
containerPort: 8080

0 commit comments

Comments
 (0)