Skip to content

Commit 9213e38

Browse files
authored
[release-1.10] chore(backstage): pin RHDH image to next-1.10 (#400)
1 parent 5edb82d commit 9213e38

4 files changed

Lines changed: 7 additions & 7 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.1
50+
version: 5.12.2

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.1](https://img.shields.io/badge/Version-5.12.1-informational?style=flat-square)
4+
![Version: 5.12.2](https://img.shields.io/badge/Version-5.12.2-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.1
32+
helm install my-backstage redhat-developer/backstage --version 5.12.2
3333
```
3434

3535
## Introduction
@@ -248,7 +248,7 @@ Kubernetes: `>= 1.27.0-0`
248248
| 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"}` |
249249
| 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"` |
250250
| 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` |
252252

253253
## Opinionated Backstage deployment
254254

charts/backstage/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4913,7 +4913,7 @@
49134913
"type": "string"
49144914
},
49154915
"tag": {
4916-
"default": "next",
4916+
"default": "next-1.10",
49174917
"description": "Immutable tags are recommended.",
49184918
"title": "Backstage image tag",
49194919
"type": "string"

charts/backstage/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ upstream:
191191
image:
192192
registry: quay.io
193193
repository: rhdh-community/rhdh
194-
tag: next
194+
tag: next-1.10
195195
pullPolicy: ""
196196
command: []
197197
# FIXME (tumido): USE POSTGRES_PASSWORD and POSTGRES_USER instead of POSTGRES_ADMIN_PASSWORD
@@ -361,7 +361,7 @@ upstream:
361361
type: "RuntimeDefault"
362362
# -- Image used by the initContainer to install dynamic plugins into the `dynamic-plugins-root` volume mount.
363363
# It could be replaced by a custom image based on this one.
364-
# @default -- `quay.io/rhdh-community/rhdh:next`
364+
# @default -- `quay.io/rhdh-community/rhdh:next-1.10`
365365
image: '{{ include "backstage.image" . }}'
366366
command:
367367
- ./install-dynamic-plugins.sh

0 commit comments

Comments
 (0)