From 23a38b37056055a293cd3e92fb0de8efbd23ded0 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 20 Nov 2020 08:57:12 +0100 Subject: [GENERIC] move from registry.hub.docker.com to docker.io `registry.hub.docker.com` needs authentication now, in contrary to previous behavior. As OOM deployments is unauthenticated when using docker hib repository, all OOM deployments is broken. `docker.io` seems to be still OK with unauthenticated requests so let's move to this endpoint. Issue-ID: OOM-2636 Signed-off-by: Sylvain Desbureaux Change-Id: Iea81b882d347124af22b0a9c408081706b1c6c6d --- kubernetes/sdc/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/sdc/values.yaml') diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml index f6e0376067..bce40167f4 100644 --- a/kubernetes/sdc/values.yaml +++ b/kubernetes/sdc/values.yaml @@ -26,7 +26,7 @@ global: wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ== ubuntuInitRepository: oomk8s ubuntuInitImage: ubuntu-init:1.0.0 - busyboxRepository: registry.hub.docker.com + busyboxRepository: docker.io busyboxImage: library/busybox:latest aafEnabled: true cassandra: @@ -67,4 +67,4 @@ cassandra: # dependency / sub-chart configuration sdc-wfd: - enabled: true \ No newline at end of file + enabled: true -- cgit 1.2.3-korg