Skip to content

Commit

Permalink
chore(doc) fix readmes to refer to newer helm and k8s versions; fix i…
Browse files Browse the repository at this point in the history
…nconsistent 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 <[email protected]>

* bump min kube version to 1.25 in readmes and chart too, for consistency

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

* bump badge version to 2.15.0 too

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

---------

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored Mar 1, 2024
1 parent 9ba1125 commit 7746cf2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
14 changes: 7 additions & 7 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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)

Expand Down Expand Up @@ -102,17 +102,17 @@ helm upgrade -i <release_name> 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 |
|------------|------|---------|
Expand Down
6 changes: 3 additions & 3 deletions charts/backstage/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 7746cf2

Please sign in to comment.