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.10.0
Browse files Browse the repository at this point in the history
| datasource | package    | from    | to      |
| ---------- | ---------- | ------- | ------- |
| helm       | postgresql | 11.9.13 | 12.10.0 |
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 232c3d4 commit 3e9a8b1
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.10.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.10.0
- 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:9dabcd05f885d2c8cd7b0b281a1a32bf24703f5f13046959d75e50b8f989a429
generated: "2023-08-25T15:25:15.515403042Z"
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.10.0
sourceRef:
kind: HelmRepository
name: bitnami-charts
Expand Down

0 comments on commit 3e9a8b1

Please sign in to comment.