From a3242c032070487618230721280ac87118caebf9 Mon Sep 17 00:00:00 2001 From: SriPadma8997-egov <112681948+SriPadma8997-egov@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:36:28 +0530 Subject: [PATCH] Update digit_installer.go --- deploy-as-code/deployer/digit_installer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-as-code/deployer/digit_installer.go b/deploy-as-code/deployer/digit_installer.go index 6704ed700..d41c85cb9 100644 --- a/deploy-as-code/deployer/digit_installer.go +++ b/deploy-as-code/deployer/digit_installer.go @@ -93,7 +93,7 @@ func main() { //var version string = "" //version, _ = sel(versionfiles, "Which version of the product would like to install, Select below") //if version != "" { - argFile := releaseChartDir + product + "/dependancy_chart-" + "health-demo-v1.2" + ".yaml" + argFile := releaseChartDir + product + "/dependancy_chart-" + "health-demo-v1.3" + ".yaml" // Decode the yaml file and assigning the values to a map chartFile, err := ioutil.ReadFile(argFile) @@ -344,4 +344,4 @@ func enterValue(validate promptui.ValidateFunc, label string) string { func endScript() { fmt.Println("Take your time, You can come back at any time ... Thank You!!!") return -} \ No newline at end of file +}