Don't refresh the local repo cache 33/733/2
authorMohamed Abukar <abukar.mohamed@nokia.com>
Fri, 16 Aug 2019 06:26:09 +0000 (09:26 +0300)
committerMohamed Abukar <abukar.mohamed@nokia.com>
Fri, 16 Aug 2019 06:29:35 +0000 (09:29 +0300)
Change-Id: I755fce3bd433dd2d7afc43b3576d3c51ffee81d9
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
cmd/appmgr/helm.go
container-tag.yaml

index 8651ff0..874ae2b 100755 (executable)
@@ -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) {
index 82c5b6c..9d2da80 100644 (file)
@@ -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'