aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mongo/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-20 08:57:12 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-20 08:57:12 +0100
commit23a38b37056055a293cd3e92fb0de8efbd23ded0 (patch)
treeb73cd4e9be49f379f1acfad1009cca05118e5c9b /kubernetes/common/mongo/values.yaml
parent38491152b004fa3eb0db01dfb985d78e0d681fd2 (diff)
[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
Diffstat (limited to 'kubernetes/common/mongo/values.yaml')
-rw-r--r--kubernetes/common/mongo/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/mongo/values.yaml b/kubernetes/common/mongo/values.yaml
index b21b0bf758..223234fa86 100644
--- a/kubernetes/common/mongo/values.yaml
+++ b/kubernetes/common/mongo/values.yaml
@@ -25,7 +25,7 @@ global:
# Application configuration defaults.
#################################################################
-dockerHubRepository: registry.hub.docker.com
+dockerHubRepository: docker.io
image: library/mongo:4.0.8
pullPolicy: Always