From 5ea65d51101e62ef1c75dfcb38a2af3ed985976b Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Tue, 12 Feb 2019 15:43:01 +0000 Subject: Update Babel image to latest STAGING The latest OOM config changes require the latest code changes in Babel to be present in the image. Change-Id: I162e41190bc7c43662bae1c94779df5e058b6803 Issue-ID: AAI-2145 Signed-off-by: Lee, Tian (tl5884) --- kubernetes/aai/charts/aai-babel/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes') diff --git a/kubernetes/aai/charts/aai-babel/values.yaml b/kubernetes/aai/charts/aai-babel/values.yaml index 8c192e531e..8e5aa2daa8 100644 --- a/kubernetes/aai/charts/aai-babel/values.yaml +++ b/kubernetes/aai/charts/aai-babel/values.yaml @@ -25,7 +25,7 @@ global: ################################################################# # application image -image: onap/babel:1.3.2 +image: onap/babel:1.4-STAGING-latest flavor: small -- cgit 1.2.3-korg From 48fe2196e8f7681a804bc6bc122f3aae70d318e2 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Tue, 12 Feb 2019 16:23:02 +0000 Subject: Update fProxy keystore To cater for primary services that communicate with DMAAP using SSL, the fproxy server cert needs a SAN entry for "message-router.onap", so that it passes hostname verification on the primary service side. Change-Id: I52c33d1d324219b62b4a92236f637d79c5899638 Issue-ID: AAF-718 Signed-off-by: Lee, Tian (tl5884) --- .../aai/resources/config/fproxy/auth/tomcat_keystore | Bin 2214 -> 3607 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'kubernetes') diff --git a/kubernetes/aai/resources/config/fproxy/auth/tomcat_keystore b/kubernetes/aai/resources/config/fproxy/auth/tomcat_keystore index 9eec841aa2..d68bf73815 100644 Binary files a/kubernetes/aai/resources/config/fproxy/auth/tomcat_keystore and b/kubernetes/aai/resources/config/fproxy/auth/tomcat_keystore differ -- cgit 1.2.3-korg