Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/backstage/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.37.0
version: 2.38.0
- name: backstage
repository: file://./vendor/backstage/charts/backstage/
version: 2.6.3
digest: sha256:039433c044d3517fced6c4cd70edec0adfd8063036a4ddd40ff4b5a2b4832329
generated: "2026-03-23T21:41:53.712994241+01:00"
digest: sha256:481944610f597c17348eb8751a7c7e912cdac691f798c6bda57471aad61d97cf
generated: "2026-03-30T12:43:49.416243615Z"
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: "2.37.0"
version: "2.38.0"
- name: backstage
repository: "file://./vendor/backstage/charts/backstage/"
version: "2.6.3"
Expand All @@ -47,4 +47,4 @@ sources: []
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
# it will follow the RHDH versioning 1.y.z
version: 5.6.0
version: 5.7.0
6 changes: 3 additions & 3 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# RHDH Backstage Helm Chart for OpenShift

![Version: 5.6.0](https://img.shields.io/badge/Version-5.6.0-informational?style=flat-square)
![Version: 5.7.0](https://img.shields.io/badge/Version-5.7.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.
Expand Down Expand Up @@ -29,7 +29,7 @@ For the **Generally Available** version of this chart, see:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart

helm install my-backstage redhat-developer/backstage --version 5.6.0
helm install my-backstage redhat-developer/backstage --version 5.7.0
```

## Introduction
Expand Down Expand Up @@ -157,7 +157,7 @@ Kubernetes: `>= 1.27.0-0`
| Repository | Name | Version |
|------------|------|---------|
| file://./vendor/backstage/charts/backstage/ | upstream(backstage) | 2.6.3 |
| https://charts.bitnami.com/bitnami | common | 2.37.0 |
| https://charts.bitnami.com/bitnami | common | 2.38.0 |

## Values

Expand Down
Loading