From 3ab9d9e55c52924cd35db2528f2838962df33114 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Feb 2024 08:01:00 +0000 Subject: [PATCH] fix(helm): update chart pgadmin4 to 1.23.3 --- cluster/apps/database/postgresql/pgadmin4/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml index b31369e..763ef3f 100644 --- a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml +++ b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: pgadmin4 - version: "1.23.2" + version: "1.23.3" sourceRef: kind: HelmRepository name: runix-charts -- 2.40.1