From 5b4981d1993bb070a0d4c6b0a79c547184db7f6e Mon Sep 17 00:00:00 2001 From: Joonas Bergius Date: Fri, 26 Jul 2024 09:21:14 -0500 Subject: [PATCH] chore(charts): Bump appVersion in the helm chart --- charts/wadm/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/wadm/Chart.yaml b/charts/wadm/Chart.yaml index 0ecfcbe3..a78446e7 100644 --- a/charts/wadm/Chart.yaml +++ b/charts/wadm/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.2" +version: "0.2.3" # 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: "v0.11.0" +appVersion: "v0.12.2"