|
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.1 |
| 32 | +helm install my-backstage redhat-developer/backstage --version 5.12.2 |
33 | 33 | ``` |
34 | 34 |
|
35 | 35 | ## Introduction |
@@ -248,7 +248,7 @@ Kubernetes: `>= 1.27.0-0` |
248 | 248 | | upstream.backstage.extraVolumes[0] | Ephemeral volume that will contain the dynamic plugins installed by the initContainer below at start. | object | `{"ephemeral":{"volumeClaimTemplate":{"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}}}}},"name":"dynamic-plugins-root"}` | |
249 | 249 | | upstream.backstage.extraVolumes[0].ephemeral.volumeClaimTemplate.spec.resources.requests.storage | Size of the volume that will contain the dynamic plugins. It should be large enough to contain all the plugins. | string | `"5Gi"` | |
250 | 250 | | upstream.backstage.extraVolumes[5] | Ephemeral volume used by the install-dynamic-plugins init container to extract catalog entities from the catalog index image. Mounted at the /extensions path in the backstage-backend main container for automatic discovery by the extension catalog backend providers. | object | `{"emptyDir":{},"name":"extensions-catalog"}` | |
251 | | -| upstream.backstage.initContainers[0].image | Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. It could be replaced by a custom image based on this one. | string | `quay.io/rhdh-community/rhdh:next` | |
| 251 | +| upstream.backstage.initContainers[0].image | Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount. It could be replaced by a custom image based on this one. | string | `quay.io/rhdh-community/rhdh:next-1.10` | |
252 | 252 |
|
253 | 253 | ## Opinionated Backstage deployment |
254 | 254 |
|
|
0 commit comments