From 7c3bd46fa2fef3492bbd8c90d4b5ae4f4d60c3a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:50:55 +0000 Subject: [PATCH] chore(deps): update docker image docker.io/bitnami/postgresql to v16.2.0 --- projects/ai/values/dify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ai/values/dify.yml b/projects/ai/values/dify.yml index de3e69fc..5bf4d7e4 100644 --- a/projects/ai/values/dify.yml +++ b/projects/ai/values/dify.yml @@ -185,7 +185,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql - tag: 15.6.0-debian-11-r7 + tag: 16.2.0-debian-11-r7 pullPolicy: IfNotPresent ## @param architecture PostgreSQL architecture (`standalone` or `replication`) ##