diff --git a/charts/backstage/Chart.lock b/charts/backstage/Chart.lock index 0a794f2e..30d3157f 100644 --- a/charts/backstage/Chart.lock +++ b/charts/backstage/Chart.lock @@ -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" diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index a7d3fc7e..a86af94a 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -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 @@ -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 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 36bf48fb..dd08a9f6 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -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. @@ -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 diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index 5b9b1f82..44b14c44 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -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" } },