From 3796e26402924f892b06d8b2425c1815e08a1404 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Mon, 11 Nov 2024 09:24:17 -0600 Subject: [PATCH] Fix contact info for Helm chart (#861) * Fix contact info for Helm chart --- charts/pgcat/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pgcat/Chart.yaml b/charts/pgcat/Chart.yaml index 0d02065..430c839 100644 --- a/charts/pgcat/Chart.yaml +++ b/charts/pgcat/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pgcat description: A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring. maintainers: - - name: Wildcard - email: support@w6d.io + - name: PostgresML + email: team@postgresml.org appVersion: "1.2.0" -version: 0.2.4 +version: 0.2.5