diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-07-22 13:26:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-22 13:26:10 +0000 |
commit | caf92aa44bb2d32ead430ceb89d9db20a16b05a4 (patch) | |
tree | d71621f7d3ed8a77dcf68aacd742679903461e3e /kubernetes/policy/charts/mariadb | |
parent | 85c71fbbc6270f602380f14b2771b6c5614acf42 (diff) | |
parent | 9b28e0eabde1c8b7343222e2157669350996e74a (diff) |
Merge "nexus+mariadb upgrade to latest patch versions"
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 |