From 0e18e0c3bf9e532a58d2974025900d538f2d61ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Boros?= Date: Wed, 31 Jul 2024 17:24:58 +0200 Subject: [PATCH] chore: bump chart to indicate app version update (#77) Signed-off-by: Gabor Boros --- charts/harmony-chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/harmony-chart/Chart.yaml b/charts/harmony-chart/Chart.yaml index adadf12..17bfe7d 100644 --- a/charts/harmony-chart/Chart.yaml +++ b/charts/harmony-chart/Chart.yaml @@ -5,13 +5,13 @@ 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.7.4 +version: 0.7.5 # 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. # # In our case, this represents the version of Tutor that this chart is compatible with. -appVersion: "17.0.4" +appVersion: "18.0.0" dependencies: # This is just info for the "helm dependency update" command, which will update the ./charts/ directory when run, using