flag.StringVar(&configPath,"config","","The path to the controller config file")
flag.StringVar(&stagingRepoName,"staging-repo-name","","The nickname for the helm registry used for staging artifacts (ENV - STAGING_REPO_URL). NOTE: Flag overrides env value")
flag.StringVar(&tempChartStoreTargetDir,"chart-store-path","","The temporary storage path for the downloaded and staged chart artifacts")
flag.BoolVar(&cleanup,"cleanup",false,"cleanup the pull/downloaded charts from the temporary storage path")