From 739844e9af9566596fbc3251112822ac259f3517 Mon Sep 17 00:00:00 2001 From: Ryotaro Banno Date: Tue, 10 Dec 2024 04:59:39 +0000 Subject: [PATCH] Bump mantle chart version to 0.2.1 Signed-off-by: Ryotaro Banno --- charts/mantle/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mantle/Chart.yaml b/charts/mantle/Chart.yaml index 81f0b83..679cfc0 100644 --- a/charts/mantle/Chart.yaml +++ b/charts/mantle/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: 0.2.0 +version: 0.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.0" +appVersion: "0.2.1"