We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a472326 commit 75ca079Copy full SHA for 75ca079
cmd/ciChartExtend.go
@@ -62,6 +62,10 @@ var editChartCmd = &cobra.Command{
62
os.Mkdir(common.ExtendedFolder, 0744)
63
}
64
65
+ // Make sure repositories are up to date
66
+ command = "helm repo update"
67
+ exec.Command("bash", "-c", command).Run()
68
+
69
if len(p) == 2 && chartExistsLocally == false && p[0] != "." {
70
//p[0] - name of the repo
71
//p[1] - name of the chart itself
0 commit comments