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
9 changes: 3 additions & 6 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ annotations:
charts.openshift.io/supportURL: https://access.redhat.com/support
apiVersion: v2
description: |
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.
A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.

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
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.6/html-single/telemetry_data_collection_and_analysis/index
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -50,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: 4.2.11
version: 4.2.12
11 changes: 4 additions & 7 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@

# RHDH Backstage Helm Chart for OpenShift (Community Version)
# RHDH Backstage Helm Chart for OpenShift

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

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.
A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.

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
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.6/html-single/telemetry_data_collection_and_analysis/index

**Homepage:** <https://red.ht/rhdh>

Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RHDH Backstage Helm Chart for OpenShift (Community Version)
# RHDH Backstage Helm Chart for OpenShift

{{ template "chart.deprecationWarning" . }}

Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ maintainers:
type: application
sources:
- https://github.com/redhat-developer/rhdh-chart
version: 0.0.5
version: 0.1.0
4 changes: 2 additions & 2 deletions charts/orchestrator-infra/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Orchestrator Infra Chart for OpenShift (Community Version)
# Orchestrator Infra Chart for OpenShift

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

Helm chart to deploy the Orchestrator solution's required infrastructure suite on OpenShift, including OpenShift Serverless Operator and OpenShift Serverless Logic Operator, both required to configure Red Hat Developer Hub to use the Orchestrator.
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator-infra/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Orchestrator Infra Chart for OpenShift (Community Version)
# Orchestrator Infra Chart for OpenShift

{{ template "chart.deprecationWarning" . }}

Expand Down
Loading