X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fappmgr%2Fhelm.go;fp=cmd%2Fappmgr%2Fhelm.go;h=874ae2b9fe4fa4a8fbd27a498b92ce6360b0030e;hb=ce7b0e67b8e3d7cfac6dcaed8e0a77583e115ae3;hp=8651ff049c304b65690f06a63e77f09ccd3683c8;hpb=ef1ca93fdf661eec24cd15089b6ca90bebd060d2;p=ric-plt%2Fappmgr.git diff --git a/cmd/appmgr/helm.go b/cmd/appmgr/helm.go index 8651ff0..874ae2b 100755 --- a/cmd/appmgr/helm.go +++ b/cmd/appmgr/helm.go @@ -112,7 +112,7 @@ func (h *Helm) Init() (out []byte, err error) { return out, err } - return HelmExec(strings.Join([]string{"init -c"}, "")) + return HelmExec(strings.Join([]string{"init -c --skip-refresh"}, "")) } func (h *Helm) AddRepo() (out []byte, err error) {