From af364428011779292154f86cc0ffb005cc8b2276 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 29 Oct 2022 13:55:20 +0300 Subject: [PATCH 1/2] bump chart version to 1.2.1 --- charts/ext-postgres-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ext-postgres-operator/Chart.yaml b/charts/ext-postgres-operator/Chart.yaml index 56bca337..01092576 100644 --- a/charts/ext-postgres-operator/Chart.yaml +++ b/charts/ext-postgres-operator/Chart.yaml @@ -7,7 +7,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0 +version: 1.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 38bdf30cb30fd0854154e0d46a1786506dce8b7b Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 29 Oct 2022 14:10:27 +0300 Subject: [PATCH 2/2] bump appVersion to 1.2.1 --- charts/ext-postgres-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ext-postgres-operator/Chart.yaml b/charts/ext-postgres-operator/Chart.yaml index 01092576..a43e231e 100644 --- a/charts/ext-postgres-operator/Chart.yaml +++ b/charts/ext-postgres-operator/Chart.yaml @@ -13,4 +13,4 @@ version: 1.2.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.2.0" +appVersion: "1.2.1"