From 6ffdf5f5b0738755d6399f7d82ef94d6946cd0c4 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Thu, 27 Feb 2025 15:47:51 -0600 Subject: [PATCH 1/2] test chart lint --- .github/workflows/chart-lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint-test.yaml b/.github/workflows/chart-lint-test.yaml index c19789fb..c675622c 100644 --- a/.github/workflows/chart-lint-test.yaml +++ b/.github/workflows/chart-lint-test.yaml @@ -20,7 +20,7 @@ jobs: version: v3.8.1 # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and - # yamllint (https://github.com/adrienverge/yamllint) which require Python + # yamllint (https://github.com/adrienverge/yamllint) which require Python - name: Set up Python uses: actions/setup-python@v5.1.0 with: From ae843a97976cb2e70940bb4aa29e29382b9f3416 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Thu, 27 Feb 2025 15:50:59 -0600 Subject: [PATCH 2/2] trigger a build --- charts/pgcat/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pgcat/Chart.yaml b/charts/pgcat/Chart.yaml index 01294788..dec7581f 100644 --- a/charts/pgcat/Chart.yaml +++ b/charts/pgcat/Chart.yaml @@ -1,6 +1,6 @@ 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. +description: A Helam chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load balancing, failover and mirroring. maintainers: - name: PostgresML email: team@postgresml.org