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
6 changes: 3 additions & 3 deletions charts/backstage/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 2.27.0
- name: backstage
repository: https://backstage.github.io/charts
version: 2.4.1
digest: sha256:a39b54ac16f5d3e0479374516bea34e027a0a966a63ca07e34437b2683ef1035
generated: "2025-03-31T03:48:25.883707785Z"
version: 2.5.0
digest: sha256:225fc06041353e1a4036a0e741f61c7b8ffc179cf86443ea2c7acc2dc839cfa6
generated: "2025-04-10T19:06:25.467234613Z"
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
version: "2.27.0"
- name: backstage
repository: https://backstage.github.io/charts
version: "2.4.1"
version: "2.5.0"
alias: upstream
home: https://redhat-developer.github.io/rhdh-chart/
icon: https://avatars.githubusercontent.com/u/117844786
Expand All @@ -44,4 +44,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: 3.2.3
version: 3.3.0
4 changes: 2 additions & 2 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 (Community Version)

[![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: 3.2.3](https://img.shields.io/badge/Version-3.2.3-informational?style=flat-square)
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-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 @@ -174,7 +174,7 @@ Kubernetes: `>= 1.25.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://backstage.github.io/charts | upstream(backstage) | 2.4.1 |
| https://backstage.github.io/charts | upstream(backstage) | 2.5.0 |
| https://charts.bitnami.com/bitnami | common | 2.27.0 |

## Values
Expand Down
29 changes: 29 additions & 0 deletions charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5794,6 +5794,35 @@
"title": "Node labels for pod assignment",
"type": "object"
},
"pdb": {
"additionalProperties": false,
"properties": {
"create": {
"default": false,
"description": "Create a PDB",
"title": "Backstage PDB",
"type": "boolean"
},
"maxUnavailable": {
"default": "",
"title": "Backstage PDB maxUnavailable",
"type": [
"string",
"integer"
]
},
"minAvailable": {
"default": "",
"title": "Backstage PDB minAvailable",
"type": [
"string",
"integer"
]
}
},
"title": "PDB parameters",
"type": "object"
},
"podAnnotations": {
"additionalProperties": {
"type": "string"
Expand Down
Loading