diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-06-26 22:24:28 -0500 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-07-23 15:54:58 +0000 |
commit | f7746db6d1c13122e7517175bc7c25e6ba8f3a15 (patch) | |
tree | 2059cf073beee54d71aa8deb76b865988ccec5b7 | |
parent | 25d245fc8a18f34fa64fca0086acdf19fbc50e0e (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>
(cherry picked from commit 9b28e0eabde1c8b7343222e2157669350996e74a)
-rw-r--r-- | kubernetes/policy/charts/drools/charts/nexus/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/policy/charts/mariadb/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/drools/charts/nexus/values.yaml b/kubernetes/policy/charts/drools/charts/nexus/values.yaml index 62a17e515e..5d85f6c5b0 100644 --- a/kubernetes/policy/charts/drools/charts/nexus/values.yaml +++ b/kubernetes/policy/charts/drools/charts/nexus/values.yaml @@ -29,7 +29,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: sonatype/nexus:2.14.8-01 +image: sonatype/nexus:2.14.13-01 pullPolicy: Always # flag to enable debugging - application support required 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 |