From 412f185fa9a781bf1b553645b8dd703aadd7bb97 Mon Sep 17 00:00:00 2001 From: Yasumasa Suenaga Date: Tue, 23 Apr 2024 16:24:43 +0900 Subject: [PATCH] Up Helm chart version to 1.2.0 (#500) Signed-off-by: Yasumasa Suenaga --- helm-chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index fadfb8f70..5570e9904 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -15,10 +15,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.1.0 +version: 1.2.0 # 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: "v1.1.0" +appVersion: "v1.4.0"