From 8629fd980477c1ac80ce9074e1a8eb946c0c190f Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Sun, 23 Apr 2023 10:15:20 +0300 Subject: [PATCH] fixed beta version tag Signed-off-by: David Wertenteil --- labs/kubescape-relevancy/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/kubescape-relevancy/Chart.yaml b/labs/kubescape-relevancy/Chart.yaml index 64c6d45e..2a58fb69 100644 --- a/labs/kubescape-relevancy/Chart.yaml +++ b/labs/kubescape-relevancy/Chart.yaml @@ -10,14 +10,14 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.0beta0 +version: 2.0.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: 2.0.0beta0 +appVersion: 2.0.0 maintainers: - name: Ben Hirschberg