From 62f58e04899168175da58975e8c8bbb5bbd5b9ef Mon Sep 17 00:00:00 2001 From: frostyfan109 Date: Wed, 1 Nov 2023 15:14:57 -0400 Subject: [PATCH 1/2] Bump patch version to use functional version of app by default --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index d113d61..1e17b14 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -21,4 +21,4 @@ version: 1.2.0 # 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: "6.0.0" +appVersion: "6.0.1" From 083d19c5de997b9392dc8ce7ea3d51f0f873a142 Mon Sep 17 00:00:00 2001 From: frostyfan109 Date: Wed, 1 Nov 2023 15:15:29 -0400 Subject: [PATCH 2/2] Bump chart version --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 1e17b14..559d058 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,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