Skip to content

Commit 5884cb4

Browse files
chore(deps): update helm release backstage to v2.4.0 (#107)
* chore(deps): update helm release backstage to v2.4.0 * Bump version to 3.2.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>
1 parent f97bc85 commit 5884cb4

4 files changed

Lines changed: 32 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.3.1
8-
digest: sha256:c5717902cfcc4a4b71cf12dde0a47fd59125c866d220928675419ea6650c38c3
9-
generated: "2025-02-10T13:09:19.890218137Z"
7+
version: 2.4.0
8+
digest: sha256:86d328ad5f4e6ab9eab39f2a9021ce7d9abc83addaab5feb6d5bf67102683634
9+
generated: "2025-02-23T17:13:30.750937929Z"

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.3.1"
27+
version: "2.4.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.1.1
47+
version: 3.2.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.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square)
5+
![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.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.3.1 |
177+
| https://backstage.github.io/charts | upstream(backstage) | 2.4.0 |
178178
| https://charts.bitnami.com/bitnami | common | 2.27.0 |
179179

180180
## Values

charts/backstage/values.schema.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7314,6 +7314,31 @@
73147314
"title": "Extra ports to expose in the Backstage service",
73157315
"type": "array"
73167316
},
7317+
"ipFamilies": {
7318+
"default": [],
7319+
"description": "Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services",
7320+
"items": {
7321+
"enum": [
7322+
"IPv4",
7323+
"IPv6"
7324+
],
7325+
"type": "string"
7326+
},
7327+
"title": "Backstage service IP families",
7328+
"type": "array"
7329+
},
7330+
"ipFamilyPolicy": {
7331+
"default": "",
7332+
"description": "Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services",
7333+
"enum": [
7334+
"",
7335+
"SingleStack",
7336+
"PreferDualStack",
7337+
"RequireDualStack"
7338+
],
7339+
"title": "Backstage service IP family policy",
7340+
"type": "string"
7341+
},
73177342
"loadBalancerIP": {
73187343
"default": "",
73197344
"description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer",

0 commit comments

Comments
 (0)