Skip to content

Commit

Permalink
feat(helm-chart)!: Update Helm release postgresql to 15.5.16
Browse files Browse the repository at this point in the history
| datasource | package    | from     | to      |
| ---------- | ---------- | -------- | ------- |
| helm       | postgresql | 12.12.10 | 15.5.16 |
| helm       | postgresql | 13.4.4   | 15.5.16 |
  • Loading branch information
renovate[bot] committed Jul 11, 2024
1 parent 1c234bd commit 82ef16b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/apps/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apiVersion: v2
appVersion: v1.110.0
dependencies:
- name: postgresql
version: "13.x"
version: "15.x"
repository: "https://charts.bitnami.com/bitnami"
description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes
home: "https://github.com/zekker6/helm-charts/tree/main/charts/apps/matrix"
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/nocodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
repository: https://zekker6.github.io/helm-charts
version: 0.5.1
- name: postgresql
version: "13.x"
version: "15.x"
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
description: nocodb - Open Source Airtable Alternative
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/paperless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.x
version: 15.x
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/plausible-analytics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
version: 15.5.16
description: A Helm Chart for Plausible Analytics - a simple and privacy-friendly alternative to Google Analytics
home: https://plausible.io/
icon: https://plausible.io/docs/img/favicon.png
Expand Down

0 comments on commit 82ef16b

Please sign in to comment.