|
1 | 1 |
|
2 | 2 | # RHDH Backstage Helm Chart for OpenShift |
3 | 3 |
|
4 | | - |
| 4 | + |
5 | 5 |  |
6 | 6 |
|
7 | 7 | 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: |
29 | 29 | helm repo add bitnami https://charts.bitnami.com/bitnami |
30 | 30 | helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart |
31 | 31 |
|
32 | | -helm install my-backstage redhat-developer/backstage --version 5.12.5 |
| 32 | +helm install my-backstage redhat-developer/backstage --version 5.12.6 |
33 | 33 | ``` |
34 | 34 |
|
35 | 35 | ## Introduction |
@@ -202,7 +202,7 @@ Kubernetes: `>= 1.27.0-0` |
202 | 202 | | global.lightspeed.secret.name | Name of an existing Secret to use instead. Required when `create` is false. | string | `""` | |
203 | 203 | | global.lightspeed.secret.optional | Whether the Secret reference is optional in the pod spec. | bool | `false` | |
204 | 204 | | 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"` | |
206 | 206 | | global.lightspeed.sidecar.resources | Resource requests/limits for the Lightspeed Core sidecar. | object | `{"limits":{"cpu":"1000m","memory":"2Gi"},"requests":{"cpu":"100m","memory":"512Mi"}}` | |
207 | 207 | | nameOverride | | string | `"developer-hub"` | |
208 | 208 | | orchestrator.enabled | | bool | `false` | |
|
0 commit comments