From 0f5beb4440eb3dc23b0a0a207ad9947d1bacbe5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:08:43 +0000 Subject: [PATCH] chore(deps): update helm release backstage to v2.3.0 (#64) * chore(deps): update helm release backstage to v2.3.0 * Bump version to 2.27.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> --- charts/backstage/Chart.lock | 6 +-- charts/backstage/Chart.yaml | 4 +- charts/backstage/README.md | 4 +- charts/backstage/values.schema.json | 71 +++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 7 deletions(-) diff --git a/charts/backstage/Chart.lock b/charts/backstage/Chart.lock index 8b08b230..44d158eb 100644 --- a/charts/backstage/Chart.lock +++ b/charts/backstage/Chart.lock @@ -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" diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 069ba2b1..e6f2e024 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -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 @@ -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 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index 9bd5dd50..959b03a4 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -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. @@ -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 diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index fef53e12..7c7e3ef9 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -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.", @@ -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.", @@ -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.", @@ -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": [ { @@ -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.", @@ -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": { @@ -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.", @@ -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.", @@ -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.", @@ -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.", @@ -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.", @@ -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.",