Skip to content

Commit fcbe474

Browse files
renovate[bot]rhdh-botrm3l
authored
chore(deps): update helm release backstage to v2.5.0 (#127)
* chore(deps): update helm release backstage to v2.5.0 * Bump version to 3.3.0 Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com> --------- Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com> Co-authored-by: Armel Soro <asoro@redhat.com>
1 parent 8e64bba commit fcbe474

4 files changed

Lines changed: 36 additions & 7 deletions

File tree

charts/backstage/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

charts/backstage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
home: https://redhat-developer.github.io/rhdh-chart/
3030
icon: 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

charts/backstage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

88
A 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

charts/backstage/values.schema.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,6 +5794,35 @@
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"

0 commit comments

Comments
 (0)