From: sebdet Date: Wed, 29 Jul 2020 14:30:50 +0000 (+0200) Subject: [CLAMP] Refer to docker.io mariadb X-Git-Tag: 7.0.0~233^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=400083041945909289f84f629fcbdfb8de5678cf [CLAMP] Refer to docker.io mariadb Remove the link to cached mariadb in nexus3.onap.org, use docker.io instead Issue-ID: CLAMP-855 Signed-off-by: sebdet Change-Id: I449298ae0188d1478cf4ae13383c00c5e921de88 --- diff --git a/kubernetes/clamp/charts/mariadb/values.yaml b/kubernetes/clamp/charts/mariadb/values.yaml index df651dd9ea..2a90e8480c 100644 --- a/kubernetes/clamp/charts/mariadb/values.yaml +++ b/kubernetes/clamp/charts/mariadb/values.yaml @@ -21,7 +21,7 @@ global: # global defaults persistence: {} # application image -repository: nexus3.onap.org:10001 +repository: docker.io image: mariadb:10.3.12 pullPolicy: Always flavor: small