Skip to content

Commit

Permalink
Merge pull request #259 from zekker6/renovate/postgresql-13.x
Browse files Browse the repository at this point in the history
feat(helm-chart)!: Update Helm release postgresql to 13.1.5
  • Loading branch information
zekker6 committed Oct 21, 2023
2 parents fec87b5 + 8c7687e commit fd045d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.93.0
dependencies:
- name: postgresql
version: "12.x"
version: "13.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.4.3
- name: postgresql
version: "12.x.x"
version: "13.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 @@ -9,7 +9,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.x
version: 13.x
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down

0 comments on commit fd045d4

Please sign in to comment.