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
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 2.27.0
- name: backstage
repository: https://backstage.github.io/charts
version: 2.5.0
digest: sha256:225fc06041353e1a4036a0e741f61c7b8ffc179cf86443ea2c7acc2dc839cfa6
generated: "2025-04-10T19:06:25.467234613Z"
version: 2.5.1
digest: sha256:8b338c0fa46d275882bd248e8819bd505e32293abfcc7edecb048cb8c7fc5e69
generated: "2025-04-14T16:36:55.762004212Z"
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
version: "2.27.0"
- name: backstage
repository: https://backstage.github.io/charts
version: "2.5.0"
version: "2.5.1"
alias: upstream
home: https://redhat-developer.github.io/rhdh-chart/
icon: https://avatars.githubusercontent.com/u/117844786
Expand All @@ -44,4 +44,4 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.3.0
version: 3.3.1
4 changes: 2 additions & 2 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RHDH Backstage Helm Chart for OpenShift (Community Version)

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/rhdh-chart&style=flat-square)](https://artifacthub.io/packages/search?repo=rhdh-chart)
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square)
![Version: 3.3.1](https://img.shields.io/badge/Version-3.3.1-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.
Expand Down Expand Up @@ -174,7 +174,7 @@ Kubernetes: `>= 1.25.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://backstage.github.io/charts | upstream(backstage) | 2.5.0 |
| https://backstage.github.io/charts | upstream(backstage) | 2.5.1 |
| https://charts.bitnami.com/bitnami | common | 2.27.0 |

## Values
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6731,7 +6731,7 @@
}
],
"default": "http-metrics",
"description": "The port where the metrics are exposed. If using OpenTelemetry as [documented here](https://backstage.io/docs/tutorials/setup-opentelemetry/), then the port needs to be explicitely specificed. OpenTelemetry's default port is 9464.",
"description": "The port where the metrics are exposed. If using OpenTelemetry as [documented here](https://backstage.io/docs/tutorials/setup-opentelemetry/), then the port needs to be explicitly specified. OpenTelemetry's default port is 9464.",
"title": "ServiceMonitor endpoint port"
}
},
Expand Down
Loading