From 98e60f5ee0b643cc00bceb71e6efb89617740432 Mon Sep 17 00:00:00 2001 From: Olivier Bourgeois Date: Tue, 23 Apr 2024 18:58:01 +0000 Subject: [PATCH] Package Helm chart --- 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 b1ba4a8f5dd..da7792184d2 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -29,10 +29,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.9.0 +version: 0.10.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: "v0.9.0" +appVersion: "v0.10.0"