diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2021-02-25 09:11:57 -0500 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-20 11:50:53 +0000 |
commit | 2fbdf674c81bd30609aca2bb62a2d43ecea53948 (patch) | |
tree | 5059b958c13cde92852358fab0b71b274af75e73 /kubernetes/aai/components/aai-babel | |
parent | fde94076e689727e8a2c3c5147ce1242dc225f87 (diff) |
[AAI] Update babel sparky and model loader for java 11
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>
Diffstat (limited to 'kubernetes/aai/components/aai-babel')
-rw-r--r-- | kubernetes/aai/components/aai-babel/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-babel/values.yaml b/kubernetes/aai/components/aai-babel/values.yaml index db1a2eb86b..7560efde26 100644 --- a/kubernetes/aai/components/aai-babel/values.yaml +++ b/kubernetes/aai/components/aai-babel/values.yaml @@ -24,7 +24,7 @@ global: {} ################################################################# # application image -image: onap/babel:1.7.1 +image: onap/babel:1.8.0 flavor: small flavorOverride: small |