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 common to v2.27.0 #65

Merged
merged 3 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
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.14.1
version: 2.27.0
- name: backstage
repository: https://backstage.github.io/charts
version: 2.1.0
digest: sha256:d7a9a9e877bb9b7fa9db6770a6a834f5420c1e6d7ed35c33ffe9511b5000491e
generated: "2024-11-13T14:26:41.10453-05:00"
digest: sha256:0e1b9496fdab6ce3946fe341d6f8e0128515c317b019c3072bcd79fe61862272
generated: "2025-01-15T08:59:58.118143415Z"
5 changes: 2 additions & 3 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ description: |
A Helm chart for deploying Red Hat Developer Hub.

The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.5/html-single/telemetry_data_collection/index

dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: "2.14.1"
version: "2.27.0"
- name: backstage
repository: https://backstage.github.io/charts
version: "2.1.0"
Expand All @@ -45,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.25.0
version: 2.26.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.25.0](https://img.shields.io/badge/Version-2.25.0-informational?style=flat-square)
![Version: 2.26.0](https://img.shields.io/badge/Version-2.26.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 @@ -135,7 +135,7 @@ Kubernetes: `>= 1.25.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://backstage.github.io/charts | upstream(backstage) | 2.1.0 |
| https://charts.bitnami.com/bitnami | common | 2.14.1 |
| https://charts.bitnami.com/bitnami | common | 2.27.0 |

## Values

Expand Down
Loading