[PORTAL] Update image versions 47/114447/3
authorSandeep Shah <sandeeplinux1068@gmail.com>
Fri, 30 Oct 2020 15:34:08 +0000 (10:34 -0500)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 5 Nov 2020 08:07:00 +0000 (08:07 +0000)
Includes image updates to version 3.4.2 and
disabled A&AI Ui from portal platform

Issue-ID: OOM-2618
Signed-off-by: SandeepLinux <sandeep.shah@att.com>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I98f4b477c3ac4d75ae9ef40387c6e931c1afb352

kubernetes/portal/components/portal-app/values.yaml
kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql
kubernetes/portal/components/portal-sdk/values.yaml
kubernetes/portal/components/portal-widget/values.yaml

index 3f55f4a..01d4261 100644 (file)
@@ -56,7 +56,7 @@ secrets:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/portal-app:3.4.1
+image: onap/portal-app:3.4.2
 pullPolicy: Always
 
 # application configuration
index 1e28067..f9db78b 100644 (file)
@@ -76,8 +76,8 @@ update fn_app set app_username='aaiui', app_password='4LK69amiIFtuzcl6Gsv97Tt7ML
 
 -- Disabled Policy APP
 UPDATE fn_app fa SET fa.enabled = 'N' WHERE app_name = 'Policy';
-
-
+-- Disabled AAIUI APP
+UPDATE fn_app fa SET fa.enabled = 'N' WHERE app_name = 'A&AI UI';
 /*
 Replace spaces with underscores for role names to match AAF role names
 */
index ae373a2..dc27aae 100644 (file)
@@ -57,7 +57,7 @@ secrets:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/portal-sdk:3.4.1
+image: onap/portal-sdk:3.4.2
 pullPolicy: Always
 
 # application configuration
index 1367b25..f1fddde 100644 (file)
@@ -68,7 +68,7 @@ config:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/portal-wms:3.4.1
+image: onap/portal-wms:3.4.2
 pullPolicy: Always
 
 # flag to enable debugging - application support required