Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

chore(deps): update helm release common to v2.9.1 #79

Merged
merged 2 commits into from
Aug 29, 2023
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.4.0
version: 2.9.1
- name: backstage
repository: https://backstage.github.io/charts
version: 1.1.2
digest: sha256:d324102aab2145def914aeaa4aa27ee32d555ecb0c344372ab648c2bdb631d38
generated: "2023-06-16T10:09:14.094363+02:00"
digest: sha256:fdd4f0e7f5bf6b6ba718fed1ecd74006eb998330e984f954ddb191a18728b12d
generated: "2023-08-29T14:38:17.518375765Z"
5 changes: 2 additions & 3 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: "2.4.0"
version: "2.9.1"
- name: backstage
repository: https://backstage.github.io/charts
version: "1.1.2"
Expand All @@ -38,8 +38,7 @@ type: application
sources:
- https://github.com/janus-idp/helm-backstage
- https://github.com/janus-idp/backstage-showcase

# 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.2.2
version: 2.3.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 @@
# Janus-IDP Backstage Helm Chart

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/janus-idp&style=flat-square)](https://artifacthub.io/packages/search?repo=janus-idp)
![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square)
![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying a Backstage application
Expand Down Expand Up @@ -122,7 +122,7 @@ Kubernetes: `>= 1.19.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://backstage.github.io/charts | upstream(backstage) | 1.1.2 |
| https://charts.bitnami.com/bitnami | common | 2.4.0 |
| https://charts.bitnami.com/bitnami | common | 2.9.1 |

## Values

Expand Down
Loading