From 23a38b37056055a293cd3e92fb0de8efbd23ded0 Mon Sep 17 00:00:00 2001
From: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
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 <sylvain.desbureaux@orange.com>
Change-Id: Iea81b882d347124af22b0a9c408081706b1c6c6d
---
 kubernetes/common/postgres/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'kubernetes/common/postgres')

diff --git a/kubernetes/common/postgres/values.yaml b/kubernetes/common/postgres/values.yaml
index b653ba1a41..34e9d9137a 100644
--- a/kubernetes/common/postgres/values.yaml
+++ b/kubernetes/common/postgres/values.yaml
@@ -46,7 +46,7 @@ secrets:
 #################################################################
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 postgresRepository: crunchydata
-- 
cgit