Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ keywords:
- developer-hub
- redhat-developer-hub
- redhat
kubeVersion: ">= 1.19.0-0"
kubeVersion: ">= 1.27.0-0"
maintainers:
- name: Red Hat
url: https://redhat.com
Expand All @@ -47,4 +47,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: 4.2.0
version: 4.2.1
6 changes: 3 additions & 3 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# RHDH Backstage Helm Chart for OpenShift (Community Version)

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

## Prerequisites

- Kubernetes 1.25+ (OpenShift 4.12+)
- 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))
- 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 @@ -156,7 +156,7 @@ The command removes all the Kubernetes components associated with the chart and

## Requirements

Kubernetes: `>= 1.19.0-0`
Kubernetes: `>= 1.27.0-0`

| Repository | Name | Version |
|------------|------|---------|
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This chart bootstraps a [Backstage](https://backstage.io/docs/deployment/docker)

## Prerequisites

- Kubernetes 1.25+ (OpenShift 4.12+)
- 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))
- 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
Loading