Skip to content
Closed
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
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ sources: []
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
# it will follow the RHDH versioning 1.y.z
version: 5.8.0
version: 5.8.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

![Version: 5.8.0](https://img.shields.io/badge/Version-5.8.0-informational?style=flat-square)
![Version: 5.8.1](https://img.shields.io/badge/Version-5.8.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, which is a Red Hat supported version of Backstage.
Expand Down Expand Up @@ -29,7 +29,7 @@ For the **Generally Available** version of this chart, see:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart

helm install my-backstage redhat-developer/backstage --version 5.8.0
helm install my-backstage redhat-developer/backstage --version 5.8.1
```

## Introduction
Expand Down Expand Up @@ -201,7 +201,7 @@ Kubernetes: `>= 1.27.0-0`
| global.lightspeed.secret.name | Name of an existing Secret to use instead. Required when `create` is false. | string | `""` |
| global.lightspeed.secret.optional | Whether the Secret reference is optional in the pod spec. | bool | `false` |
| global.lightspeed.secret.sourceFile | Bundled file used to populate the Secret's `stringData` keys. | string | `"secret.yaml"` |
| global.lightspeed.sidecar.image | Full image reference for the Lightspeed Core sidecar. Override for disconnected environments. | string | `"quay.io/lightspeed-core/lightspeed-stack:0.5.0"` |
| global.lightspeed.sidecar.image | Full image reference for the Lightspeed Core sidecar. Override for disconnected environments. | string | `"quay.io/lightspeed-core/lightspeed-stack:0.5.1"` |
| global.lightspeed.sidecar.resources | Resource requests/limits for the Lightspeed Core sidecar. | object | `{"limits":{"cpu":"1000m","memory":"2Gi"},"requests":{"cpu":"100m","memory":"512Mi"}}` |
| nameOverride | | string | `"developer-hub"` |
| orchestrator.enabled | | bool | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"command": [],
"containerPort": 8080,
"env": [],
"image": "quay.io/lightspeed-core/lightspeed-stack:0.5.0",
"image": "quay.io/lightspeed-core/lightspeed-stack:0.5.1",
"imagePullPolicy": "IfNotPresent",
"name": "lightspeed-core",
"portName": "http-lightspeed",
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ global:
sidecar:
name: lightspeed-core
# -- Full image reference for the Lightspeed Core sidecar. Override for disconnected environments.
image: quay.io/lightspeed-core/lightspeed-stack:0.5.0
image: quay.io/lightspeed-core/lightspeed-stack:0.5.1
imagePullPolicy: IfNotPresent
portName: http-lightspeed
containerPort: 8080
Expand Down
Loading