From 7746cf2a782dad82d5d8bc7f6b2722c511bcb6f7 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 1 Mar 2024 15:19:11 -0400 Subject: [PATCH] chore(doc) fix readmes to refer to newer helm and k8s versions; fix inconsistent instance naming (RHIDP-976) (#8) * chore(doc) fix readmes to refer to newer helm and k8s versions; fix inconsistent instance naming (RHIDP-976) bump to 2.14.1 Signed-off-by: Nick Boldt * bump min kube version to 1.25 in readmes and chart too, for consistency Signed-off-by: Nick Boldt * bump badge version to 2.15.0 too Signed-off-by: Nick Boldt --------- Signed-off-by: Nick Boldt --- README.md | 2 +- charts/backstage/Chart.yaml | 4 ++-- charts/backstage/README.md | 14 +++++++------- charts/backstage/README.md.gotmpl | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bc60dc58..22412108 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RHDH Backstage Helm Chart for OpenShift [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/janus-idp&style=flat-square)](https://artifacthub.io/packages/search?repo=janus-idp) -![Version: 2.13.1](https://img.shields.io/badge/Version-2.13.1-informational?style=flat-square) +![Version: 2.15.0](https://img.shields.io/badge/Version-2.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying RHDH (a Backstage application) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index f06d9eb6..5ffdc710 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -29,7 +29,7 @@ keywords: - backstage - idp - janus-idp -kubeVersion: ">= 1.19.0-0" +kubeVersion: ">= 1.25.0-0" maintainers: - name: Red Hat Developer Hub Team url: https://github.com/redhat-developer/rhdh-chart @@ -41,4 +41,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.14.0 +version: 2.15.0 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index a75628fc..b5e36e21 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -2,7 +2,7 @@ # RHDH Backstage Helm Chart for OpenShift [![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.14.0](https://img.shields.io/badge/Version-2.14.0-informational?style=flat-square) +![Version: 2.15.0](https://img.shields.io/badge/Version-2.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying RHDH (a Backstage application) @@ -39,7 +39,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-release redhat-developer/backstage +helm install my-backstage redhat-developer/backstage ``` ## Introduction @@ -48,8 +48,8 @@ This chart bootstraps a [Backstage](https://backstage.io/docs/deployment/docker) ## Prerequisites -- Kubernetes 1.19+ -- Helm 3.2.0+ +- Kubernetes 1.25+ (OpenShift 4.12+) +- Helm 3.10+ or [latest release](https://github.com/helm/helm/releases) - PV provisioner support in the underlying infrastructure - [Backstage container image](https://backstage.io/docs/deployment/docker) @@ -102,17 +102,17 @@ helm upgrade -i oci://ghcr.io/redhat-developer/rhdh-chart/backsta ### Uninstalling the Chart -To uninstall/delete the `my-backstage-release` deployment: +To uninstall/delete the `my-backstage` deployment: ```console -helm uninstall my-backstage-release +helm uninstall my-backstage ``` The command removes all the Kubernetes components associated with the chart and deletes the release. ## Requirements -Kubernetes: `>= 1.19.0-0` +Kubernetes: `>= 1.25.0-0` | Repository | Name | Version | |------------|------|---------| diff --git a/charts/backstage/README.md.gotmpl b/charts/backstage/README.md.gotmpl index 8c457389..48e4a73f 100644 --- a/charts/backstage/README.md.gotmpl +++ b/charts/backstage/README.md.gotmpl @@ -33,7 +33,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add backstage https://backstage.github.io/charts helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-release redhat-developer/backstage +helm install my-backstage redhat-developer/backstage ``` ## Introduction @@ -42,8 +42,8 @@ This chart bootstraps a [Backstage](https://backstage.io/docs/deployment/docker) ## Prerequisites -- Kubernetes 1.19+ -- Helm 3.2.0+ +- Kubernetes 1.25+ (OpenShift 4.12+) +- Helm 3.10+ or [latest release](https://github.com/helm/helm/releases) - PV provisioner support in the underlying infrastructure - [Backstage container image](https://backstage.io/docs/deployment/docker)