Skip to content

Commit

Permalink
build(deps): bump sub chart bitnami/postgresql chart version to 13.2.…
Browse files Browse the repository at this point in the history
…27 (#101)

Co-authored-by: mcwarman-updatecli[bot] <141340520+mcwarman-updatecli[bot]@users.noreply.github.com>
  • Loading branch information
mcwarman-updatecli[bot] authored Jan 5, 2024
1 parent c81ccbc commit a8651b2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions charts/backstage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed -->

## 0.10.9 - 2024-01-05

### Changed

- Bump sub chart bitnami/postgresql chart version to 13.2.27

## 0.10.8 - 2023-12-21

### Changed
Expand Down
6 changes: 3 additions & 3 deletions charts/backstage/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami/
version: 13.2.25
digest: sha256:25de590b4db9298618910292ee3e65d54ae6b169757df37ebc6c9121305538b0
generated: "2023-12-21T08:19:32.70595037Z"
version: 13.2.27
digest: sha256:01d38b60322eaae04cceff492baf2b1b05da3f086db11f7229839805e8bb0692
generated: "2024-01-05T10:55:57.719923661Z"
4 changes: 2 additions & 2 deletions charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: backstage
description: Helm chart for Backstage. Backstage is an open platform for building developer portals.
type: application
version: 0.10.8
version: 0.10.9
appVersion: main
keywords:
- backstage
Expand All @@ -17,6 +17,6 @@ maintainers:
email: [email protected]
dependencies:
- name: postgresql
version: 13.2.25
version: 13.2.27
repository: https://charts.bitnami.com/bitnami/
condition: postgresql.enabled
6 changes: 3 additions & 3 deletions charts/backstage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Backstage

![Version: 0.10.8](https://img.shields.io/badge/Version-0.10.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main](https://img.shields.io/badge/AppVersion-main-informational?style=flat-square)
![Version: 0.10.9](https://img.shields.io/badge/Version-0.10.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main](https://img.shields.io/badge/AppVersion-main-informational?style=flat-square)

Helm chart for Backstage. Backstage is an open platform for building developer portals.

Expand All @@ -22,7 +22,7 @@ helm upgrade --install --namespace default --values ./my-values.yaml my-release

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami/ | postgresql | 13.2.25 |
| https://charts.bitnami.com/bitnami/ | postgresql | 13.2.27 |

## Values

Expand Down Expand Up @@ -107,4 +107,4 @@ helm upgrade --install --namespace default --values ./my-values.yaml my-release
| appConfig | object | see values.yaml | Backstage application config, [reference](https://backstage.io/docs/conf/writing). |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)

0 comments on commit a8651b2

Please sign in to comment.