From b9983d7b42886e6ada17b975b07bc911b762b664 Mon Sep 17 00:00:00 2001 From: Ondřej Šmalec Date: Wed, 9 Oct 2019 14:05:35 +0200 Subject: fixing not working repository:image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit image can't be pulled from registry.hub.docker.com repository hence changing it to working one. non-working ==> registry.hub.docker.com/onap/multicloud/framework-artifactbroker:1.4.2 working ==> nexus3.onap.org:10001/onap/multicloud/framework-artifactbroker:1.4.2 Issue-ID: MULTICLOUD-844 Signed-off-by: Ondřej Šmalec Change-Id: I1449cc0ff4a2fb4a5f4230515e9422f32cdbf5b5 --- kubernetes/multicloud/charts/multicloud-k8s/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes') diff --git a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml index e7117d7e9f..3c7b1d3a65 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml @@ -26,8 +26,8 @@ global: # Application configuration defaults. ################################################################# # application image -repository: registry.hub.docker.com -image: onap/multicloud-k8s:0.5.0 +repository: nexus3.onap.org:10001 +image: onap/multicloud/k8s:0.5.0 pullPolicy: Always # flag to enable debugging - application support required -- cgit 1.2.3-korg