From 18c73d00ce876f02677023004c49309f33ca4189 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Mon, 2 Feb 2026 15:17:06 +0530 Subject: [PATCH] Update version in Helm for release v9.12 --- pkg/helm/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/helm/Chart.yaml b/pkg/helm/Chart.yaml index 2d8fe12a1..580580959 100644 --- a/pkg/helm/Chart.yaml +++ b/pkg/helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: pgadmin4-helm -version: 9.11.0 -appVersion: 9.11.0 +version: 9.12.0 +appVersion: 9.12.0 description: pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. home: https://pgadmin.org sources: ["https://github.com/pgadmin-org/pgadmin4/tree/master/helm"]