Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release backstage to v2.3.0 #64

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0
digest: sha256:0e1b9496fdab6ce3946fe341d6f8e0128515c317b019c3072bcd79fe61862272
generated: "2025-01-15T08:59:58.118143415Z"
version: 2.3.0
digest: sha256:88d16d12f32d8fb8258fd8a817c7e0eaca14a6d8d1ac8eb0a0dc70db94a692c9
generated: "2025-01-15T09:48:58.597003418Z"
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.1.0"
version: "2.3.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: 2.26.0
version: 2.27.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: 2.26.0](https://img.shields.io/badge/Version-2.26.0-informational?style=flat-square)
![Version: 2.27.0](https://img.shields.io/badge/Version-2.27.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 @@ -134,7 +134,7 @@ Kubernetes: `>= 1.25.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://backstage.github.io/charts | upstream(backstage) | 2.1.0 |
| https://backstage.github.io/charts | upstream(backstage) | 2.3.0 |
| https://charts.bitnami.com/bitnami | common | 2.27.0 |

## Values
Expand Down
71 changes: 71 additions & 0 deletions charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -1816,6 +1817,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -2189,6 +2191,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -2586,6 +2589,40 @@
"title": "Backstage container environment variables from existing Secrets",
"type": "array"
},
"extraPorts": {
"default": [],
"items": {
"description": "ContainerPort represents a network port in a single container.",
"properties": {
"containerPort": {
"description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.",
"type": "integer"
},
"hostIP": {
"description": "What host IP to bind the external port to.",
"type": "string"
},
"hostPort": {
"description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.",
"type": "integer"
},
"name": {
"description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.",
"type": "string"
},
"protocol": {
"description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".",
"type": "string"
}
},
"required": [
"containerPort"
],
"type": "object"
},
"title": "Extra ports to expose in the Backstage container",
"type": "array"
},
"extraVolumeMounts": {
"default": [
{
Expand Down Expand Up @@ -3209,6 +3246,7 @@
"x-kubernetes-map-type": "atomic"
},
"dataSourceRef": {
"description": "TypedObjectReference contains enough information to let you locate the typed referenced object",
"properties": {
"apiGroup": {
"description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
Expand Down Expand Up @@ -4198,6 +4236,33 @@
"title": "Backstage container additional volumes",
"type": "array"
},
"hostAliases": {
"default": [],
"description": "Ref: https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/#adding-additional-entries-with-hostaliases",
"items": {
"description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.",
"properties": {
"hostnames": {
"description": "Hostnames for the above IP address.",
"items": {
"type": "string"
},
"type": "array",
"x-kubernetes-list-type": "atomic"
},
"ip": {
"description": "IP address of the host file entry.",
"type": "string"
}
},
"required": [
"ip"
],
"type": "object"
},
"title": "Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable",
"type": "array"
},
"image": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -4764,6 +4829,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -4945,6 +5011,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -5318,6 +5385,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -5569,6 +5637,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -5883,6 +5952,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down Expand Up @@ -6091,6 +6161,7 @@
"type": "integer"
},
"grpc": {
"description": "GRPCAction specifies an action involving a GRPC service.",
"properties": {
"port": {
"description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
Expand Down
Loading