|
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. |
@@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami |
30 | 30 | helm repo add backstage https://backstage.github.io/charts |
31 | 31 | helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart |
32 | 32 |
|
33 | | -helm install my-backstage redhat-developer/backstage --version 5.1.0 |
| 33 | +helm install my-backstage redhat-developer/backstage --version 5.2.0 |
34 | 34 | ``` |
35 | 35 |
|
36 | 36 | ## Introduction |
@@ -170,7 +170,7 @@ Kubernetes: `>= 1.27.0-0` |
170 | 170 | | global.auth.backend.enabled | Enable backend service to service authentication, unless configured otherwise it generates a secret value | bool | `true` | |
171 | 171 | | global.auth.backend.existingSecret | Instead of generating a secret value, refer to existing secret | string | `""` | |
172 | 172 | | global.auth.backend.value | Instead of generating a secret value, use the following value | string | `""` | |
173 | | -| global.catalogIndex | Catalog index configuration for automatic plugin discovery. The `install-dynamic-plugins.py` script pulls this image if the `CATALOG_INDEX_IMAGE` environment variable is set. The `dynamic-plugins.default.yaml` file will be extracted and written to `dynamic-plugins-root` volume mount. | object | `{"image":{"registry":"quay.io","repository":"rhdh/plugin-catalog-index","tag":"1.9"}}` | |
| 173 | +| global.catalogIndex | Catalog index configuration for automatic plugin discovery. The `install-dynamic-plugins.py` script pulls this image if the `CATALOG_INDEX_IMAGE` environment variable is set. The `dynamic-plugins.default.yaml` file will be extracted and written to `dynamic-plugins-root` volume mount. | object | `{"image":{"registry":"quay.io","repository":"rhdh/plugin-catalog-index","tag":"1.10"}}` | |
174 | 174 | | global.clusterRouterBase | Shorthand for users who do not want to specify a custom HOSTNAME. Used ONLY with the DEFAULT upstream.backstage.appConfig value and with OCP Route enabled. | string | `"apps.example.com"` | |
175 | 175 | | global.dynamic.includes | Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`). | list | `["dynamic-plugins.default.yaml"]` | |
176 | 176 | | global.dynamic.includes[0] | List of dynamic plugins included inside the `rhdh` container image, some of which are disabled by default. This file ONLY works with the `rhdh` container image. | string | `"dynamic-plugins.default.yaml"` | |
|
0 commit comments