From 23fc9305853fc8e12a94ec0aee0e9cbc9d72f739 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Wed, 7 May 2025 01:00:53 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v16.6.7 --- helmfiles/databases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfiles/databases.yaml b/helmfiles/databases.yaml index 2d26d37..26800ae 100644 --- a/helmfiles/databases.yaml +++ b/helmfiles/databases.yaml @@ -26,7 +26,7 @@ releases: namespace: databases chart: bitnami/postgresql condition: postgres17.enabled - version: 16.3.4 + version: 16.6.7 inherit: - template: common-values-tpl - template: env-values