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

Commit

Permalink
feat(helm)!: Update chart postgresql to 12.12.10
Browse files Browse the repository at this point in the history
| datasource | package    | from    | to       |
| ---------- | ---------- | ------- | -------- |
| helm       | postgresql | 11.9.13 | 12.12.10 |
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 9c346cc commit 74082fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/nocodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
email: [email protected]
dependencies:
- name: postgresql
version: 11.9.x
version: 12.12.x
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
Expand Down
6 changes: 3 additions & 3 deletions charts/penpot/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
version: 12.12.10
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:c2c1a646479fc24a9b0936c7f34fecc5783832e178dac8ba27472259bbf3b2d1
generated: "2023-06-26T11:06:57.567677876-07:00"
digest: sha256:ef1f9d27f6ce96f48212cece7c1fbcd2dc41dae5c1f42cd2263d02008e33479f
generated: "2023-09-27T12:37:28.117447734Z"
2 changes: 1 addition & 1 deletion charts/penpot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
email: [email protected]
dependencies:
- name: postgresql
version: 11.x.x
version: 12.x
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: postgresql
version: 11.9.13
version: 12.12.10
sourceRef:
kind: HelmRepository
name: bitnami-charts
Expand Down

0 comments on commit 74082fd

Please sign in to comment.