[AAI] Update babel sparky and model loader for java 11 17/118517/6
authorHarish Venkata Kajur <vk250x@att.com>
Thu, 25 Feb 2021 14:11:57 +0000 (09:11 -0500)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Sat, 20 Mar 2021 11:50:53 +0000 (11:50 +0000)
Updating the oom repo to use the java 11
docker images for the above microservices listed

Issue-ID: AAI-2996
Issue-ID: AAI-3011
Issue-ID: AAI-3004
Change-Id: I1f575922e9107195da51d648cd1b733c82498bad
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
kubernetes/aai/components/aai-babel/values.yaml
kubernetes/aai/components/aai-modelloader/values.yaml
kubernetes/aai/components/aai-sparky-be/values.yaml

index db1a2eb..7560efd 100644 (file)
@@ -24,7 +24,7 @@ global: {}
 #################################################################
 
 # application image
-image: onap/babel:1.7.1
+image: onap/babel:1.8.0
 
 flavor: small
 flavorOverride: small
index 0d8acf8..b235ba1 100644 (file)
@@ -21,7 +21,7 @@ global: # global defaults
 
 
 # application image
-image: onap/model-loader:1.7.0
+image: onap/model-loader:1.8.0
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
index ed21030..f8de79d 100644 (file)
@@ -28,7 +28,7 @@ global: # global defaults
     serviceName: aai-search-data
 
 # application image
-image: onap/sparky-be:2.0.2
+image: onap/sparky-be:2.0.3
 pullPolicy: Always
 restartPolicy: Always
 flavor: small