Update resource name for docker images 00/110300/1
authorRitu Sood <ritu.sood@intel.com>
Thu, 16 Jul 2020 23:03:47 +0000 (16:03 -0700)
committerRitu Sood <ritu.sood@intel.com>
Thu, 16 Jul 2020 23:03:47 +0000 (16:03 -0700)
Change the image name to stable for
helm chart and developer scripts

Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I11e1773949279c7c05100d2988af9ad3aacbd43d

deployments/helm/v2/onap4k8s/clm/values.yaml
deployments/helm/v2/onap4k8s/ncm/values.yaml
deployments/helm/v2/onap4k8s/orchestrator/values.yaml
deployments/helm/v2/onap4k8s/ovnaction/values.yaml
deployments/helm/v2/onap4k8s/rsync/values.yaml
deployments/kubernetes/onap4k8s.yaml

index 5c7bf8d..7bbcdeb 100644 (file)
@@ -23,8 +23,8 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1 
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "clm"
 workingDir: /opt/emco
index ce700e9..e495cd6 100644 (file)
@@ -23,8 +23,8 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "ncm"
 workingDir: /opt/emco
index 0ba1a9e..2f8cd22 100644 (file)
@@ -23,8 +23,8 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1 
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "orchestrator"
 workingDir: /opt/emco
index 815f3fe..1773592 100644 (file)
@@ -23,8 +23,8 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "ovnaction"
 workingDir: /opt/emco
index 07e4b35..cbee883 100644 (file)
@@ -23,8 +23,8 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1 
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "rsync"
 workingDir: /opt/emco
index c27b904..cbd2189 100644 (file)
@@ -53,8 +53,8 @@ spec:
     spec:
       containers:
         - name: orchestrator
-          image: rtsood/emco:0.0.1
-          imagePullPolicy: IfNotPresent
+          image: rtsood/emco:stable
+          imagePullPolicy: Always
           command: ["/opt/emco/entrypoint", "orchestrator"]
           workingDir: /opt/emco
           ports:
@@ -125,8 +125,8 @@ spec:
     spec:
       containers:
         - name: ncm
-          image: rtsood/emco:0.0.1
-          imagePullPolicy: IfNotPresent
+          image: rtsood/emco:stable
+          imagePullPolicy: Always
           command: ["/opt/emco/entrypoint", "ncm"]
           workingDir: /opt/emco
           ports:
@@ -195,8 +195,8 @@ spec:
     spec:
       containers:
         - name: rsync
-          image: rtsood/emco:0.0.1
-          imagePullPolicy: IfNotPresent
+          image: rtsood/emco:stable
+          imagePullPolicy: Always
           command: ["/opt/emco/entrypoint", "rsync"]
           workingDir: /opt/emco
           ports:
@@ -270,8 +270,8 @@ spec:
     spec:
       containers:
         - name: ovnaction
-          image: rtsood/emco:0.0.1
-          imagePullPolicy: IfNotPresent
+          image: rtsood/emco:stable
+          imagePullPolicy: Always
           command: ["/opt/emco/entrypoint", "ovnaction"]
           workingDir: /opt/emco
           ports:
@@ -343,8 +343,8 @@ spec:
     spec:
       containers:
         - name: clm
-          image: rtsood/emco:0.0.1
-          imagePullPolicy: IfNotPresent
+          image: rtsood/emco:stable
+          imagePullPolicy: Always
           command: ["/opt/emco/entrypoint", "clm"]
           workingDir: /opt/emco
           ports: