diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-05-20 14:50:23 +0200 |
---|---|---|
committer | statta <statta@research.att.com> | 2020-05-20 17:21:47 -0400 |
commit | 98e52d2277d7ecf8aa3ae6fcc2d7cb748f659cb6 (patch) | |
tree | 599ed90e85667a935a1d486381ab42eef53fdbcf /kubernetes/portal/charts/portal-mariadb/values.yaml | |
parent | 97ff31b6cf9384401042d223902c9d5078657627 (diff) |
Use non encrypted pwd for AAF communication
Issue-ID: PORTAL-894
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Ide962ac7f02d17e4386002a891ab0cf22f38f656
Diffstat (limited to 'kubernetes/portal/charts/portal-mariadb/values.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-mariadb/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-mariadb/values.yaml b/kubernetes/portal/charts/portal-mariadb/values.yaml index 1234b6bc46..0ae7f4eaab 100644 --- a/kubernetes/portal/charts/portal-mariadb/values.yaml +++ b/kubernetes/portal/charts/portal-mariadb/values.yaml @@ -25,7 +25,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/portal-db:3.2.0 +image: onap/portal-db:3.2.2 pullPolicy: Always |