diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-06-26 22:24:28 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-06-26 22:24:28 -0500 |
commit | 9b28e0eabde1c8b7343222e2157669350996e74a (patch) | |
tree | 13198f4befc36e8a081a36c71b4bac11636751b8 /kubernetes/policy/charts/mariadb | |
parent | df7fba01e18132103b9ddd6e4d64a4777323340d (diff) |
nexus+mariadb upgrade to latest patch versions
Covers POLICY tasks 1597, and 1598.
Change-Id: I3be2ef26e3ddd49fcb02dc7da19f358dfac62697
Issue-ID: POLICY-1597
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'kubernetes/policy/charts/mariadb')
-rw-r--r-- | kubernetes/policy/charts/mariadb/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/mariadb/values.yaml b/kubernetes/policy/charts/mariadb/values.yaml index fcd7093607..15c75b753c 100644 --- a/kubernetes/policy/charts/mariadb/values.yaml +++ b/kubernetes/policy/charts/mariadb/values.yaml @@ -25,7 +25,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: mariadb:10.2.14 +image: mariadb:10.2.25 pullPolicy: Always # flag to enable debugging - application support required |