diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-10-03 23:09:58 -0500 |
---|---|---|
committer | statta <statta@att.com> | 2020-10-08 18:07:07 -0400 |
commit | 3d56552d9fe891f11ec3099314df0ea6970be8ba (patch) | |
tree | a3b40f05fe3ef313e38c8b7bf379aa71cf8772b7 /kubernetes/portal/components/portal-mariadb/values.yaml | |
parent | bfe75a346b6ac671723affa5770b4caf4ae7f79a (diff) |
[Portal] Update docker-entrypoint.sh for portal-mariadb
Update docker-entrypoint.sh file, since we
are going with the latest mariaDB version
10.5.5 and also updated with released images
Issue-ID: OOM-2587
Signed-off-by: SandeepLinux <Sandeep.Shah@att.com>
Change-Id: If903ccbfb5dc820219b7d0d28d274bd40b033887
Signed-off-by: statta <statta@att.com>
Diffstat (limited to 'kubernetes/portal/components/portal-mariadb/values.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-mariadb/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/components/portal-mariadb/values.yaml b/kubernetes/portal/components/portal-mariadb/values.yaml index fc1eca881d..5061593739 100644 --- a/kubernetes/portal/components/portal-mariadb/values.yaml +++ b/kubernetes/portal/components/portal-mariadb/values.yaml @@ -25,7 +25,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/portal-db:3.2.3 +image: onap/portal-db:3.4.1 pullPolicy: Always |