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 15.2.2
Browse files Browse the repository at this point in the history
| datasource | package    | from    | to     |
| ---------- | ---------- | ------- | ------ |
| helm       | postgresql | 11.9.13 | 15.2.2 |
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 9c346cc commit 414e2a9
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: 15.2.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: 15.2.2
- 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:013b47f6a198c6ef1c7e31d608b5b56671cb9df6041baffd834219e5b4014b91
generated: "2024-04-02T22:49:25.462887499Z"
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: 15.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: 15.2.2
sourceRef:
kind: HelmRepository
name: bitnami-charts
Expand Down

0 comments on commit 414e2a9

Please sign in to comment.