Skip to content

Commit c86275b

Browse files
nickboldtrm3l
andauthored
chore: set correct minimum k8s version based on OCP 4.14 (#146)
* chore: set correct minimum k8s version based on OCP 4.14 Signed-off-by: Nick Boldt <nboldt@redhat.com> * bump chart version to 4.2.1 Signed-off-by: Nick Boldt <nboldt@redhat.com> * update readme template too Signed-off-by: Nick Boldt <nboldt@redhat.com> * Update charts/backstage/README.md Co-authored-by: Armel Soro <asoro@redhat.com> * Update charts/backstage/README.md.gotmpl Co-authored-by: Armel Soro <asoro@redhat.com> --------- Signed-off-by: Nick Boldt <nboldt@redhat.com> Co-authored-by: Armel Soro <asoro@redhat.com>
1 parent d19fb1f commit c86275b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ keywords:
3737
- developer-hub
3838
- redhat-developer-hub
3939
- redhat
40-
kubeVersion: ">= 1.19.0-0"
40+
kubeVersion: ">= 1.27.0-0"
4141
maintainers:
4242
- name: Red Hat
4343
url: https://redhat.com
@@ -47,4 +47,4 @@ sources: []
4747
# This is the chart version. This version number should be incremented each time you make changes
4848
# to the chart and its templates, including the app version.
4949
# Versions are expected to follow Semantic Versioning (https://semver.org/)
50-
version: 4.2.0
50+
version: 4.2.1

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 (Community Version)
33

4-
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square)
4+
![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-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.
@@ -39,7 +39,7 @@ This chart bootstraps a [Backstage](https://backstage.io/docs/deployment/docker)
3939

4040
## Prerequisites
4141

42-
- Kubernetes 1.25+ (OpenShift 4.12+)
42+
- Kubernetes 1.27+ ([OpenShift 4.14+](https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/release_notes/index#ocp-4-14-about-this-release))
4343
- Helm 3.10+ or [latest release](https://github.com/helm/helm/releases)
4444
- PV provisioner support in the underlying infrastructure
4545
- [Backstage container image](https://backstage.io/docs/deployment/docker)
@@ -156,7 +156,7 @@ The command removes all the Kubernetes components associated with the chart and
156156

157157
## Requirements
158158

159-
Kubernetes: `>= 1.19.0-0`
159+
Kubernetes: `>= 1.27.0-0`
160160

161161
| Repository | Name | Version |
162162
|------------|------|---------|

charts/backstage/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This chart bootstraps a [Backstage](https://backstage.io/docs/deployment/docker)
3737

3838
## Prerequisites
3939

40-
- Kubernetes 1.25+ (OpenShift 4.12+)
40+
- Kubernetes 1.27+ ([OpenShift 4.14+](https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/release_notes/index#ocp-4-14-about-this-release))
4141
- Helm 3.10+ or [latest release](https://github.com/helm/helm/releases)
4242
- PV provisioner support in the underlying infrastructure
4343
- [Backstage container image](https://backstage.io/docs/deployment/docker)

0 commit comments

Comments
 (0)