From 7b9fa7fdc869513830c4b15ac739e0d3daa18da8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:44:05 +0000 Subject: [PATCH] chore(deps): update docker image docker.io/bitnami/postgresql to v17.4.0-debian-12-r2 --- 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 d7089bab..16d398cb 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.10.0-debian-12-r2 + tag: 17.4.0-debian-12-r2 pullPolicy: IfNotPresent ## @param architecture PostgreSQL architecture (`standalone` or `replication`) ##