diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-10-30 10:34:08 -0500 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-05 08:07:00 +0000 |
commit | e614fd356a9f179ca7f05bf3b0658c9b70145f04 (patch) | |
tree | e53ed5b2e1283259f9cd39f59d23321f566fe46b /kubernetes | |
parent | ddb27d65a3b36dd34cd9b9972d030e0dd3bec009 (diff) |
[PORTAL] Update image versions
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
Diffstat (limited to 'kubernetes')
4 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/portal/components/portal-app/values.yaml b/kubernetes/portal/components/portal-app/values.yaml index 3f55f4a08e..01d4261bdf 100644 --- a/kubernetes/portal/components/portal-app/values.yaml +++ b/kubernetes/portal/components/portal-app/values.yaml @@ -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 diff --git a/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql b/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql index 1e2806759f..f9db78ba4d 100644 --- a/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql +++ b/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql @@ -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 */ diff --git a/kubernetes/portal/components/portal-sdk/values.yaml b/kubernetes/portal/components/portal-sdk/values.yaml index ae373a2f54..dc27aaeb92 100644 --- a/kubernetes/portal/components/portal-sdk/values.yaml +++ b/kubernetes/portal/components/portal-sdk/values.yaml @@ -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 diff --git a/kubernetes/portal/components/portal-widget/values.yaml b/kubernetes/portal/components/portal-widget/values.yaml index 1367b25e4c..f1fddde824 100644 --- a/kubernetes/portal/components/portal-widget/values.yaml +++ b/kubernetes/portal/components/portal-widget/values.yaml @@ -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 |