From 233bfe20313be2570911062830f1a9b41cc3f39b Mon Sep 17 00:00:00 2001 From: Tomas Date: Fri, 22 Dec 2023 16:56:51 +0200 Subject: [PATCH] bump chart version to 1.2.4 and appVersion to 1.3.1 --- charts/ext-postgres-operator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ext-postgres-operator/Chart.yaml b/charts/ext-postgres-operator/Chart.yaml index 790492e7..c63b180a 100644 --- a/charts/ext-postgres-operator/Chart.yaml +++ b/charts/ext-postgres-operator/Chart.yaml @@ -11,10 +11,10 @@ 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.3 +version: 1.2.4 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.2.3" +appVersion: "1.3.1"