From c00526d64f8225dc467e88ae31d82c5f39b00b68 Mon Sep 17 00:00:00 2001 From: chandankumar4 Date: Wed, 23 Oct 2024 18:58:50 +0530 Subject: [PATCH] fix: Add Numaflow app version in helm chart Signed-off-by: chandankumar4 --- charts/numaflow/Chart.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/numaflow/Chart.yaml b/charts/numaflow/Chart.yaml index 4c41a73..093f0fa 100644 --- a/charts/numaflow/Chart.yaml +++ b/charts/numaflow/Chart.yaml @@ -15,6 +15,12 @@ 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.0.4 +version: 0.0.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. +appVersion: "1.3.3" maintainers: - name: chandankumar4