Skip to content

Commit

Permalink
chore(deps): update helm release backstage to v2.4.0 (#107)
Browse files Browse the repository at this point in the history
* chore(deps): update helm release backstage to v2.4.0

* Bump version to 3.2.0

Signed-off-by: RHDH Bot <[email protected]>

---------

Signed-off-by: RHDH Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: RHDH Bot <[email protected]>
  • Loading branch information
renovate[bot] and rhdh-bot authored Feb 24, 2025
1 parent f97bc85 commit 5884cb4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/backstage/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 2.27.0
- name: backstage
repository: https://backstage.github.io/charts
version: 2.3.1
digest: sha256:c5717902cfcc4a4b71cf12dde0a47fd59125c866d220928675419ea6650c38c3
generated: "2025-02-10T13:09:19.890218137Z"
version: 2.4.0
digest: sha256:86d328ad5f4e6ab9eab39f2a9021ce7d9abc83addaab5feb6d5bf67102683634
generated: "2025-02-23T17:13:30.750937929Z"
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
version: "2.27.0"
- name: backstage
repository: https://backstage.github.io/charts
version: "2.3.1"
version: "2.4.0"
alias: upstream
home: https://redhat-developer.github.io/rhdh-chart/
icon: https://avatars.githubusercontent.com/u/117844786
Expand All @@ -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 5884cb4

Please sign in to comment.