Update OOM to use release version 03/87803/1
authorJerry Flood <jflood@att.com>
Wed, 15 May 2019 20:08:47 +0000 (16:08 -0400)
committerJerry Flood <jflood@att.com>
Wed, 15 May 2019 20:09:11 +0000 (16:09 -0400)
Issue-ID: OPTFRA-500
Change-Id: I7efe976b06ce68e7b136d026a0a2d27ff2a38301
Signed-off-by: Jerry Flood <jflood@att.com>
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-optimizer/values.yaml
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/values.yaml
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-ticketmgt/values.yaml
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-topology/values.yaml

index 56d3ad6..096332b 100644 (file)
@@ -25,12 +25,12 @@ subChartsOnly:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/optf-cmso-optimizer:latest
+image: onap/optf-cmso-optimizer:2.0.0
 pullPolicy: Always
 
 #init container image
 dbinit:
-  image: onap/optf-cmso-dbinit:latest
+  image: onap/optf-cmso-dbinit:2.0.0
 
 # flag to enable debugging - application support required
 debugEnabled: false
index bdaa948..3dad361 100644 (file)
@@ -27,12 +27,12 @@ subChartsOnly:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/optf-cmso-service:latest
+image: onap/optf-cmso-service:2.0.0
 pullPolicy: Always
 
 #init container image
 dbinit:
-  image: onap/optf-cmso-dbinit:latest
+  image: onap/optf-cmso-dbinit:2.0.0
 
 # flag to enable debugging - application support required
 debugEnabled: false
index 84535be..7d093c1 100644 (file)
@@ -26,7 +26,7 @@ subChartsOnly:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/optf-cmso-ticketmgt:latest
+image: onap/optf-cmso-ticketmgt:2.0.0
 pullPolicy: Always
 
 
index 70b0b61..dc8040e 100644 (file)
@@ -25,7 +25,7 @@ subChartsOnly:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/optf-cmso-topology:latest
+image: onap/optf-cmso-topology:2.0.0
 pullPolicy: Always