From c90236e598dd20571ebfa2debf9766fc79646e48 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 30 Oct 2024 18:21:04 +0100 Subject: [PATCH] chore(helm): Update db images. Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/helmcharts/databases/values.yaml b/scripts/helmcharts/databases/values.yaml index 7f4817a47..36f917ad2 100644 --- a/scripts/helmcharts/databases/values.yaml +++ b/scripts/helmcharts/databases/values.yaml @@ -106,7 +106,7 @@ postgresql: fullnameOverride: postgresql postgresqlSharedPreloadLibraries: "pgaudit,pg_stat_statements" image: - tag: 16.3.0 + tag: 16.4.0 resources: limits: cpu: 1 @@ -165,6 +165,8 @@ kafka: # Enterprise dbs clickhouse: + image: + tag: "24.9-alpine" enabled: false postgreql: