From fa888bf5a6bf45f539f77a70ff4e97a2d3333d18 Mon Sep 17 00:00:00 2001 From: Aleksey Vasenev Date: Mon, 18 Mar 2024 11:05:26 +0300 Subject: [PATCH 1/3] Passing the schedule as a string to allow an asterisk at the beginning --- charts/pg-db/templates/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pg-db/templates/cluster.yaml b/charts/pg-db/templates/cluster.yaml index 20f1be69..1ef88911 100644 --- a/charts/pg-db/templates/cluster.yaml +++ b/charts/pg-db/templates/cluster.yaml @@ -298,7 +298,7 @@ spec: - name: {{ $repo.name }} {{- if eq $repo.name "repo1" }} schedules: - full: {{ $repo.schedules.full }} + full: {{ $repo.schedules.full | quote }} volume: volumeClaimSpec: accessModes: From 3a2d95628f7bbba79fa7b58f36b28a89b0c091db Mon Sep 17 00:00:00 2001 From: Aleksey Vasenev Date: Mon, 18 Mar 2024 11:57:40 +0300 Subject: [PATCH 2/3] Increment chart version --- charts/pg-db/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pg-db/Chart.yaml b/charts/pg-db/Chart.yaml index aaa37a3c..3c5a4e2d 100644 --- a/charts/pg-db/Chart.yaml +++ b/charts/pg-db/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pg-db description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL' type: application -version: 2.3.6 +version: 2.3.7 appVersion: 2.3.1 home: https://docs.percona.com/percona-operator-for-postgresql/2.0/ maintainers: From f8bca276de38bf977a001cc1196346c01ecd376e Mon Sep 17 00:00:00 2001 From: Tomislav Plavcic Date: Fri, 22 Mar 2024 11:00:53 +0100 Subject: [PATCH 3/3] Bump pg-db chart version --- charts/pg-db/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pg-db/Chart.yaml b/charts/pg-db/Chart.yaml index 3c5a4e2d..4eada5f7 100644 --- a/charts/pg-db/Chart.yaml +++ b/charts/pg-db/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pg-db description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL' type: application -version: 2.3.7 +version: 2.3.8 appVersion: 2.3.1 home: https://docs.percona.com/percona-operator-for-postgresql/2.0/ maintainers: