Skip to content

Commit

Permalink
added telemetry opt-in banner (#15)
Browse files Browse the repository at this point in the history
* added telemetry opt-in banner

* Update charts/backstage/Chart.yaml

Co-authored-by: Nick Boldt <[email protected]>

* Update charts/backstage/Chart.yaml

Co-authored-by: Armel Soro <[email protected]>

* bump version to 2.16.0

Signed-off-by: Kashish Mittal <[email protected]>

---------

Signed-off-by: Kashish Mittal <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
Co-authored-by: Armel Soro <[email protected]>
  • Loading branch information
3 people authored Jun 3, 2024
1 parent 645d9d0 commit b98eb6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ helm upgrade -i <release_name> oci://ghcr.io/redhat-developer/rhdh-chart/backsta
## Backstage Chart

More information can be found by inspecting the [backstage chart](charts/backstage).

## Telemetry data collection

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://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.2/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh
8 changes: 6 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ annotations:
charts.openshift.io/provider: Red Hat Developer Hub Team
charts.openshift.io/supportURL: https://github.com/redhat-developer/rhdh-chart/issues
apiVersion: v2
description: A Helm chart for deploying RHDH (a Backstage application)
description: |
A Helm chart for deploying Red Hat Developer Hub.
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://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.2/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -41,4 +45,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: 2.15.2
version: 2.16.0

0 comments on commit b98eb6d

Please sign in to comment.