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.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 "
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.3.1 "
27+ version : " 2.4.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.1.1
47+ version : 3.2.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.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
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.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
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments