File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies:
44 version: 2.27.0
55- name: backstage
66 repository: https://backstage.github.io/charts
7- version: 2.4.1
8- digest: sha256:a39b54ac16f5d3e0479374516bea34e027a0a966a63ca07e34437b2683ef1035
9- generated: "2025-03-31T03:48 :25.883707785Z "
7+ version: 2.5.0
8+ digest: sha256:225fc06041353e1a4036a0e741f61c7b8ffc179cf86443ea2c7acc2dc839cfa6
9+ generated: "2025-04-10T19:06 :25.467234613Z "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies:
2424 version : " 2.27.0"
2525 - name : backstage
2626 repository : https://backstage.github.io/charts
27- version : " 2.4.1 "
27+ version : " 2.5.0 "
2828 alias : upstream
2929home : https://redhat-developer.github.io/rhdh-chart/
3030icon : https://avatars.githubusercontent.com/u/117844786
@@ -44,4 +44,4 @@ sources:
4444# This is the chart version. This version number should be incremented each time you make changes
4545# to the chart and its templates, including the app version.
4646# Versions are expected to follow Semantic Versioning (https://semver.org/)
47- version : 3.2.3
47+ version : 3.3.0
Original file line number Diff line number Diff line change 22# RHDH Backstage Helm Chart for OpenShift (Community Version)
33
44[ ![ 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 )
5- ![ Version: 3.2.3 ] ( https://img.shields.io/badge/Version-3.2.3 -informational?style=flat-square )
5+ ![ Version: 3.3.0 ] ( https://img.shields.io/badge/Version-3.3.0 -informational?style=flat-square )
66![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
77
88A Helm chart for deploying Red Hat Developer Hub.
@@ -174,7 +174,7 @@ Kubernetes: `>= 1.25.0-0`
174174
175175| Repository | Name | Version |
176176|------------|------|---------|
177- | https://backstage.github.io/charts | upstream(backstage) | 2.4.1 |
177+ | https://backstage.github.io/charts | upstream(backstage) | 2.5.0 |
178178| https://charts.bitnami.com/bitnami | common | 2.27.0 |
179179
180180# # Values
Original file line number Diff line number Diff line change 57945794 "title": "Node labels for pod assignment",
57955795 "type": "object"
57965796 },
5797+ "pdb": {
5798+ "additionalProperties": false,
5799+ "properties": {
5800+ "create": {
5801+ "default": false,
5802+ "description": "Create a PDB",
5803+ "title": "Backstage PDB",
5804+ "type": "boolean"
5805+ },
5806+ "maxUnavailable": {
5807+ "default": "",
5808+ "title": "Backstage PDB maxUnavailable",
5809+ "type": [
5810+ "string",
5811+ "integer"
5812+ ]
5813+ },
5814+ "minAvailable": {
5815+ "default": "",
5816+ "title": "Backstage PDB minAvailable",
5817+ "type": [
5818+ "string",
5819+ "integer"
5820+ ]
5821+ }
5822+ },
5823+ "title": "PDB parameters",
5824+ "type": "object"
5825+ },
57975826 "podAnnotations": {
57985827 "additionalProperties": {
57995828 "type": "string"
You can’t perform that action at this time.
0 commit comments