Skip to content

Commit

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

* Bump version to 3.0.1

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>
  • Loading branch information
renovate[bot] and rhdh-bot authored Feb 10, 2025
1 parent 89f0ba9 commit c7c6689
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.0
digest: sha256:88d16d12f32d8fb8258fd8a817c7e0eaca14a6d8d1ac8eb0a0dc70db94a692c9
generated: "2025-01-15T09:48:58.597003418Z"
version: 2.3.1
digest: sha256:c5717902cfcc4a4b71cf12dde0a47fd59125c866d220928675419ea6650c38c3
generated: "2025-02-10T13:09:19.890218137Z"
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.0"
version: "2.3.1"
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.0.0
version: 3.0.1
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.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-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.0 |
| https://backstage.github.io/charts | upstream(backstage) | 2.3.1 |
| https://charts.bitnami.com/bitnami | common | 2.27.0 |

## Values
Expand Down
8 changes: 4 additions & 4 deletions charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@
"envFrom": {
"description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
"items": {
"description": "EnvFromSource represents the source of a set of ConfigMaps",
"description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets",
"properties": {
"configMapRef": {
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
Expand All @@ -1356,7 +1356,7 @@
"type": "object"
},
"prefix": {
"description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.",
"description": "Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.",
"type": "string"
},
"secretRef": {
Expand Down Expand Up @@ -4556,7 +4556,7 @@
"envFrom": {
"description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.",
"items": {
"description": "EnvFromSource represents the source of a set of ConfigMaps",
"description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets",
"properties": {
"configMapRef": {
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
Expand All @@ -4573,7 +4573,7 @@
"type": "object"
},
"prefix": {
"description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.",
"description": "Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.",
"type": "string"
},
"secretRef": {
Expand Down

0 comments on commit c7c6689

Please sign in to comment.