Skip to content

Commit

Permalink
Update digit_installer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
SriPadma8997-egov authored Mar 13, 2024
1 parent 84b29ab commit a3242c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-as-code/deployer/digit_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
}
}

0 comments on commit a3242c0

Please sign in to comment.