From ef18cc07a71d380356af11013320d2dc2dd5cdb6 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Mon, 18 Nov 2024 11:11:20 -0600 Subject: [PATCH] Bump PostgreSQL from 14.3.0 to 14.13.0 Bumps the PostgreSQL image version from 14.3.0 to 14.13.0 to match the version used in production. This version is currently overridden to downgrade the default version used by the chart, which is PostgreSQL 15.4.0. When we're ready for newer versions of PostgreSQL, we can look into bumping the PostgreSQL chart version as well. At the moment, there are no newer chart v12 versions, so we'll stick with this for now. Closes https://linear.app/prefect/issue/PLA-636/update-bitnami-postgresql-helm-chart --- charts/prefect-server/README.md | 2 +- charts/prefect-server/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prefect-server/README.md b/charts/prefect-server/README.md index 5965670c..f796ce8f 100644 --- a/charts/prefect-server/README.md +++ b/charts/prefect-server/README.md @@ -152,7 +152,7 @@ prefect-server: | postgresql.auth.password | string | `"prefect-rocks"` | password for the custom user. Ignored if `auth.existingSecret` with key `password` is provided | | postgresql.auth.username | string | `"prefect"` | name for a custom user | | postgresql.enabled | bool | `true` | enable use of bitnami/postgresql subchart | -| postgresql.image.tag | string | `"14.3.0"` | Version tag, corresponds to tags at https://hub.docker.com/r/bitnami/postgresql/ | +| postgresql.image.tag | string | `"14.13.0"` | Version tag, corresponds to tags at https://hub.docker.com/r/bitnami/postgresql/ | | postgresql.primary.initdb.user | string | `"postgres"` | specify the PostgreSQL username to execute the initdb scripts | | postgresql.primary.persistence.enabled | bool | `false` | enable PostgreSQL Primary data persistence using PVC | | secret.create | bool | `true` | whether to create a Secret containing the PostgreSQL connection string | diff --git a/charts/prefect-server/values.yaml b/charts/prefect-server/values.yaml index f5476293..e1753550 100644 --- a/charts/prefect-server/values.yaml +++ b/charts/prefect-server/values.yaml @@ -348,4 +348,4 @@ postgresql: image: # -- Version tag, corresponds to tags at https://hub.docker.com/r/bitnami/postgresql/ - tag: 14.3.0 + tag: 14.13.0