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
11 changes: 7 additions & 4 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ annotations:
charts.openshift.io/supportURL: https://access.redhat.com/support
apiVersion: v2
description: |
A Helm chart for deploying Red Hat Developer Hub.
Red Hat Developer Hub is a Red Hat supported version of Backstage.
It comes with pre-built plug-ins and configuration settings, supports use of an external database, and can
help streamline the process of setting up a self-managed internal
developer portal for adopters who are just starting out.
Comment thread
nickboldt marked this conversation as resolved.

The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.5/html-single/telemetry_data_collection/index
dependencies:
Expand All @@ -32,8 +35,6 @@ icon: data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgi
keywords:
- backstage
- idp
# remove reference to janus-idp when sunsetted https://issues.redhat.com/browse/RHIDP-3227
- janus-idp
- developer-hub
- redhat-developer-hub
- redhat
Expand All @@ -47,4 +48,6 @@ 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: 4.2.5
# 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: 4.2.6
7 changes: 5 additions & 2 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

# RHDH Backstage Helm Chart for OpenShift (Community Version)

![Version: 4.2.5](https://img.shields.io/badge/Version-4.2.5-informational?style=flat-square)
![Version: 4.2.6](https://img.shields.io/badge/Version-4.2.6-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.
Red Hat Developer Hub is a Red Hat supported version of Backstage.
It comes with pre-built plug-ins and configuration settings, supports use of an external database, and can
help streamline the process of setting up a self-managed internal
developer portal for adopters who are just starting out.

The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.5/html-single/telemetry_data_collection/index

Expand Down
Loading