From 740293b6f10ec6fe1b00d1e77c91c412003e54d4 Mon Sep 17 00:00:00 2001 From: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:22:48 +0530 Subject: [PATCH] [DSD-3932] updated chart version install.sh script (#99) * [DSD-3932] removed release-changes.yml, tag.yml and updated push-trigger.yml file Signed-off-by: techno-467 * [DSD-3932] updated chart version install.sh script Signed-off-by: techno-467 --------- Signed-off-by: techno-467 Co-authored-by: Prafulrakhade --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index eb0d6b2..afc5eb4 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -8,7 +8,7 @@ fi ## Variables NS=reporting -CHART_VERSION=12.0.1 +CHART_VERSION=12.0.1-B3 # Add helm repos echo "Adding helm repos"