Skip to content

Commit

Permalink
label readme with note about community... (#37)
Browse files Browse the repository at this point in the history
* label readme with note about community version and where to get CI an GA builds (RHIDP-3204)

Signed-off-by: Nick Boldt <[email protected]>

* apply changes to template too

Signed-off-by: Nick Boldt <[email protected]>

* remove community version blub from the description so I don't have to transform that downstream

Signed-off-by: Nick Boldt <[email protected]>

* bump chart version (even though this is a no-op doc update)

Signed-off-by: Nick Boldt <[email protected]>

---------

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Jul 23, 2024
1 parent 42ccce3 commit 5b76ede
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,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.16.8
version: 2.16.9
11 changes: 9 additions & 2 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# RHDH Backstage Helm Chart for OpenShift
# 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: 2.16.8](https://img.shields.io/badge/Version-2.16.8-informational?style=flat-square)
![Version: 2.16.9](https://img.shields.io/badge/Version-2.16.9-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 All @@ -11,6 +11,13 @@ The telemetry data collection feature is enabled by default. Red Hat Developer H

**Homepage:** <https://redhat-developer.github.io/rhdh-chart/>

## Productized RHDH

For the **PRODUCTIZED** version of this chart, see:

* https://github.com/rhdh-bot/openshift-helm-charts - CI builds for testing purposes only
* https://github.com/openshift-helm-charts/charts - official releases to https://charts.openshift.io/

## Maintainers

| Name | Email | Url |
Expand Down
9 changes: 8 additions & 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
# RHDH Backstage Helm Chart for OpenShift (Community Version)

{{ template "chart.deprecationWarning" . }}

Expand All @@ -10,6 +10,13 @@

{{ template "chart.homepageLine" . }}

## Productized RHDH

For the **PRODUCTIZED** version of this chart, see:

* https://github.com/rhdh-bot/openshift-helm-charts - CI builds for testing purposes only
* https://github.com/openshift-helm-charts/charts - official releases to https://charts.openshift.io/

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}
Expand Down

0 comments on commit 5b76ede

Please sign in to comment.