From 5b76edec98c2da132f2f74509b62733ee88e8015 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Tue, 23 Jul 2024 16:05:39 -0400 Subject: [PATCH] label readme with note about community... (#37) * label readme with note about community version and where to get CI an GA builds (RHIDP-3204) Signed-off-by: Nick Boldt * apply changes to template too Signed-off-by: Nick Boldt * remove community version blub from the description so I don't have to transform that downstream Signed-off-by: Nick Boldt * bump chart version (even though this is a no-op doc update) Signed-off-by: Nick Boldt --------- Signed-off-by: Nick Boldt --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 11 +++++++++-- charts/backstage/README.md.gotmpl | 9 ++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index c48f080d..0e78e5f1 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -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 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 4506f532..db18c046 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -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. @@ -11,6 +11,13 @@ The telemetry data collection feature is enabled by default. Red Hat Developer H **Homepage:** +## 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 | diff --git a/charts/backstage/README.md.gotmpl b/charts/backstage/README.md.gotmpl index 803c6783..5c4dc6d0 100644 --- a/charts/backstage/README.md.gotmpl +++ b/charts/backstage/README.md.gotmpl @@ -1,4 +1,4 @@ -# RHDH Backstage Helm Chart for OpenShift +# RHDH Backstage Helm Chart for OpenShift (Community Version) {{ template "chart.deprecationWarning" . }} @@ -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" . }}