From 93831177bb505ff9f3a47923cbb303616577e853 Mon Sep 17 00:00:00 2001 From: Andreas Hollmann Date: Fri, 3 May 2024 14:53:48 +0200 Subject: [PATCH] chore: Bump appVersion to v8.6 This update of pgAdmin4 fixes CVE-2024-4215 and CVE-2024-4216. Signed-off-by: Andreas Hollmann --- charts/pgadmin4/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pgadmin4/Chart.yaml b/charts/pgadmin4/Chart.yaml index 89def54c..1ce33102 100644 --- a/charts/pgadmin4/Chart.yaml +++ b/charts/pgadmin4/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: pgAdmin4 is a web based administration tool for PostgreSQL database name: pgadmin4 -version: 1.25.1 -appVersion: "8.5" +version: 1.25.2 +appVersion: "8.6" keywords: - pgadmin - postgres