[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
diff --git a/kubernetes/common/elasticsearch/values.yaml b/kubernetes/common/elasticsearch/values.yaml
index 31edcab..7fb097b 100644
--- a/kubernetes/common/elasticsearch/values.yaml
+++ b/kubernetes/common/elasticsearch/values.yaml
@@ -21,7 +21,7 @@
   readinessImage: onap/oom/readiness:3.0.1
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:latest
   clusterName: cluster.local
 
diff --git a/kubernetes/common/mongo/values.yaml b/kubernetes/common/mongo/values.yaml
index b21b0bf..223234f 100644
--- a/kubernetes/common/mongo/values.yaml
+++ b/kubernetes/common/mongo/values.yaml
@@ -25,7 +25,7 @@
 # Application configuration defaults.
 #################################################################
 
-dockerHubRepository: registry.hub.docker.com
+dockerHubRepository: docker.io
 image: library/mongo:4.0.8
 pullPolicy: Always
 
diff --git a/kubernetes/common/postgres/values.yaml b/kubernetes/common/postgres/values.yaml
index b653ba1..34e9d91 100644
--- a/kubernetes/common/postgres/values.yaml
+++ b/kubernetes/common/postgres/values.yaml
@@ -46,7 +46,7 @@
 #################################################################
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 postgresRepository: crunchydata