From: Mohamed Abukar Date: Fri, 16 Aug 2019 06:26:09 +0000 (+0300) Subject: Don't refresh the local repo cache X-Git-Tag: v0.2.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ce7b0e67b8e3d7cfac6dcaed8e0a77583e115ae3;p=ric-plt%2Fappmgr.git Don't refresh the local repo cache Change-Id: I755fce3bd433dd2d7afc43b3576d3c51ffee81d9 Signed-off-by: Mohamed Abukar --- 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) { diff --git a/container-tag.yaml b/container-tag.yaml index 82c5b6c..9d2da80 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job uses this string for the tag in the image name # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag --- -tag: '0.1.5' +tag: '0.1.6'