Merge "[PORTAL] Update image versions"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 9 Nov 2020 07:30:01 +0000 (07:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 9 Nov 2020 07:30:01 +0000 (07:30 +0000)
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