Skip to content

Commit 8031f18

Browse files
renovate[bot]github-actions[bot]rhdh-bot
authored
chore(deps): update quay.io/rhdh/plugin-catalog-index docker tag to v1.10 (#303)
* chore(deps): update quay.io/rhdh/plugin-catalog-index docker tag to v1.10 * chore(pre-commit): Auto-fix hooks Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> * Bump backstage version to 5.2.0 Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com> --------- Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com>
1 parent 1f4505d commit 8031f18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.1.0
50+
version: 5.2.0

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.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square)
4+
![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-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.
@@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
3030
helm repo add backstage https://backstage.github.io/charts
3131
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
3232

33-
helm install my-backstage redhat-developer/backstage --version 5.1.0
33+
helm install my-backstage redhat-developer/backstage --version 5.2.0
3434
```
3535

3636
## Introduction
@@ -170,7 +170,7 @@ Kubernetes: `>= 1.27.0-0`
170170
| global.auth.backend.enabled | Enable backend service to service authentication, unless configured otherwise it generates a secret value | bool | `true` |
171171
| global.auth.backend.existingSecret | Instead of generating a secret value, refer to existing secret | string | `""` |
172172
| 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"}}` |
174174
| 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"` |
175175
| 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"]` |
176176
| 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"` |

charts/backstage/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"type": "string"
5050
},
5151
"tag": {
52-
"default": "1.9",
52+
"default": "1.10",
5353
"title": "Catalog index image tag",
5454
"type": "string"
5555
}

charts/backstage/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ global:
3434
image:
3535
registry: quay.io
3636
repository: rhdh/plugin-catalog-index
37-
tag: "1.9"
37+
tag: "1.10"
3838
# -- Upstream Backstage [chart configuration](https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml)
3939
# @default -- Use Openshift compatible settings
4040
upstream:

0 commit comments

Comments
 (0)