Skip to content

Commit 5dab63f

Browse files
chore: Add version to the helm install command mentioned in the charts READMEs [RHDHBUGS-2037] (#239)
Co-authored-by: rm3l <rm3l@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0a09b81 commit 5dab63f

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ sources: []
4747
# Versions are expected to follow Semantic Versioning (https://semver.org/)
4848
# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
4949
# it will follow the RHDH versioning 1.y.z
50-
version: 4.5.9
50+
version: 4.5.10

charts/backstage/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# RHDH Backstage Helm Chart for OpenShift
33

4-
![Version: 4.5.9](https://img.shields.io/badge/Version-4.5.9-informational?style=flat-square)
4+
![Version: 4.5.10](https://img.shields.io/badge/Version-4.5.10-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.
@@ -13,7 +13,7 @@ The telemetry data collection feature is enabled by default. Red Hat Developer H
1313
## Productized RHDH
1414

1515
This repository now provides the productized RHDH chart.
16-
For the **GENERALLY AVAILABLE** version of this chart, see:
16+
For the **Generally Available** version of this chart, see:
1717

1818
* https://github.com/openshift-helm-charts/charts - official releases to https://charts.openshift.io/
1919

@@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
3030
helm repo add backstage https://backstage.github.io/charts
3131
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
3232

33-
helm install my-backstage redhat-developer/backstage
33+
helm install my-backstage redhat-developer/backstage --version 4.5.10
3434
```
3535

3636
## Introduction

charts/backstage/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Productized RHDH
1313

1414
This repository now provides the productized RHDH chart.
15-
For the **GENERALLY AVAILABLE** version of this chart, see:
15+
For the **Generally Available** version of this chart, see:
1616

1717
* https://github.com/openshift-helm-charts/charts - official releases to https://charts.openshift.io/
1818

@@ -28,7 +28,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
2828
helm repo add backstage https://backstage.github.io/charts
2929
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
3030
31-
helm install my-backstage redhat-developer/backstage
31+
helm install my-backstage redhat-developer/backstage --version {{ template "chart.version" . }}
3232
```
3333

3434
## Introduction

charts/orchestrator-infra/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ maintainers:
1414
type: application
1515
sources:
1616
- https://github.com/redhat-developer/rhdh-chart
17-
version: 0.2.2
17+
version: 0.2.3

charts/orchestrator-infra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Orchestrator Infra Chart for OpenShift
33

4-
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square)
4+
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
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.
@@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0`
2525
```console
2626
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
2727

28-
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra
28+
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.2.3
2929
```
3030

3131
> **Tip**: List all releases using `helm list`

charts/orchestrator-infra/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
```console
2121
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
2222
23-
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra
23+
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version {{ template "chart.version" . }}
2424
```
2525

2626
> **Tip**: List all releases using `helm list`

charts/orchestrator-software-templates-infra/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kubeVersion: ">= 1.25.0-0"
1010
type: application
1111
sources:
1212
- https://github.com/redhat-developer/rhdh-software-templates-infrastructure
13-
version: 0.2.3
13+
version: 0.2.4
1414
maintainers:
1515
- name: Red Hat Developer Hub Team
1616
url: https://github.com/redhat-developer/rhdh-chart

charts/orchestrator-software-templates-infra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Orchestrator Software Templates Infra Chart for OpenShift (Community Version)
33

4-
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square)
4+
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart to install Openshift GitOps and Openshift Pipelines, which are required operators for installing the Orchestrator Software Templates to be available on RHDH.
@@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0`
2525
```console
2626
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
2727

28-
helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra
28+
helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version 0.2.4
2929
```
3030

3131
> **Tip**: List all releases using `helm list`

charts/orchestrator-software-templates-infra/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
```console
2121
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
2222
23-
helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra
23+
helm install my-orchestrator-software-templates-infra redhat-developer/orchestrator-software-templates-infra --version {{ template "chart.version" . }}
2424
```
2525

2626
> **Tip**: List all releases using `helm list`

charts/orchestrator-software-templates/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kubeVersion: ">= 1.25.0-0"
1111
type: application
1212
sources:
1313
- https://github.com/redhat-developer/rhdh-chart
14-
version: 0.1.1
14+
version: 0.1.2
1515
maintainers:
1616
- name: Red Hat Developer Hub Team
1717
url: https://github.com/redhat-developer/rhdh-chart

0 commit comments

Comments
 (0)