3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53:21 +00:00

Update postgres to the latest 11.x chart

Each major version of the chart increments the default pg image to the
next major version as well. While this is overridable by the end user
anyway, we currently don't assert an image version beyond the bitnami
default so I don't want to introduce unnecessary churn without
consensus.

Additionally, last I looked, pgAdmin didn't support pg 15
yet, so it may not be wise to lock people out of a very common
monitoring tool without an active choice on their part.
This commit is contained in:
Matthew Abbott 2023-10-06 18:29:05 -05:00
parent e3d03a1d38
commit 0e00c674cf
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@ dependencies:
version: 19.13.0
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 11.1.3
version: 11.9.13
- name: redis
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 18.1.2
digest: sha256:9458ab5273614db5f654155a9e43b58e7ee5d2c89c9b7b8ae1d4da1bf930378f
generated: "2023-10-04T16:03:10.461168627-05:00"
digest: sha256:0dd7ac1e5aee1c0ff36470013f2a533f98be4f77c1a213cefebb706df4d03117
generated: "2023-10-06T18:26:33.216759824-05:00"

View File

@ -28,7 +28,7 @@ dependencies:
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: elasticsearch.enabled
- name: postgresql
version: 11.1.3
version: 11.9.13
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.enabled
- name: redis