Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com>
  • Loading branch information
rhdh-bot committed Feb 24, 2025
1 parent d62d949 commit 4b60d00
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1
version: 3.2.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.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square)
![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.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.3.1 |
| https://backstage.github.io/charts | upstream(backstage) | 2.4.0 |
| https://charts.bitnami.com/bitnami | common | 2.27.0 |

## Values
Expand Down
25 changes: 25 additions & 0 deletions charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7314,6 +7314,31 @@
"title": "Extra ports to expose in the Backstage service",
"type": "array"
},
"ipFamilies": {
"default": [],
"description": "Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services",
"items": {
"enum": [
"IPv4",
"IPv6"
],
"type": "string"
},
"title": "Backstage service IP families",
"type": "array"
},
"ipFamilyPolicy": {
"default": "",
"description": "Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services",
"enum": [
"",
"SingleStack",
"PreferDualStack",
"RequireDualStack"
],
"title": "Backstage service IP family policy",
"type": "string"
},
"loadBalancerIP": {
"default": "",
"description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer",
Expand Down

0 comments on commit 4b60d00

Please sign in to comment.