Skip to content

Commit 22f7902

Browse files
authored
feat: upgrade dependencies bitnami/* (#105)
BREAKING CHANGE: bitnami/postgres updates default PostgreSQL image 14->15 Signed-off-by: Tomas Coufal <[email protected]>
1 parent f286412 commit 22f7902

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

charts/backstage/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: common
33
repository: https://charts.bitnami.com/bitnami
4-
version: 1.17.1
4+
version: 2.4.0
55
- name: postgresql
66
repository: https://charts.bitnami.com/bitnami
7-
version: 11.9.13
8-
digest: sha256:e24333442ed7bee23fd4d0ae522d3e8c56fd212e4ff33f020ad12f1528ae78e9
9-
generated: "2023-02-09T14:22:13.567819+01:00"
7+
version: 12.5.2
8+
digest: sha256:bddc92e327022c143eb01c58fd6a57971916b19599b84c98339da79d0bcf4a02
9+
generated: "2023-05-19T00:14:06.63738+02:00"

charts/backstage/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
repository: https://charts.bitnami.com/bitnami
1616
tags:
1717
- bitnami-common
18-
version: 1.x.x
18+
version: 2.x.x
1919
- condition: postgresql.enabled
2020
name: postgresql
2121
repository: https://charts.bitnami.com/bitnami
22-
version: 11.x.x
22+
version: 12.x.x
2323
home: https://backstage.io
2424
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/backstage/icon/color/backstage-icon-color.svg
2525
keywords:
@@ -38,4 +38,4 @@ sources:
3838
# This is the chart version. This version number should be incremented each time you make changes
3939
# to the chart and its templates, including the app version.
4040
# Versions are expected to follow Semantic Versioning (https://semver.org/)
41-
version: 0.22.5
41+
version: 1.0.0

charts/backstage/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Backstage Helm Chart
33

44
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/backstage)](https://artifacthub.io/packages/search?repo=backstage)
5-
![Version: 0.22.5](https://img.shields.io/badge/Version-0.22.5-informational?style=flat-square)
5+
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77

88
A Helm chart for deploying a Backstage application
@@ -106,8 +106,8 @@ Kubernetes: `>= 1.19.0-0`
106106

107107
| Repository | Name | Version |
108108
|------------|------|---------|
109-
| https://charts.bitnami.com/bitnami | common | 1.x.x |
110-
| https://charts.bitnami.com/bitnami | postgresql | 11.x.x |
109+
| https://charts.bitnami.com/bitnami | common | 2.x.x |
110+
| https://charts.bitnami.com/bitnami | postgresql | 12.x.x |
111111

112112
## Values
113113

0 commit comments

Comments
 (0)