diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-20 08:57:12 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-20 08:57:12 +0100 |
commit | 23a38b37056055a293cd3e92fb0de8efbd23ded0 (patch) | |
tree | b73cd4e9be49f379f1acfad1009cca05118e5c9b /kubernetes/clamp/components | |
parent | 38491152b004fa3eb0db01dfb985d78e0d681fd2 (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/clamp/components')
-rw-r--r-- | kubernetes/clamp/components/clamp-dash-es/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/clamp/components/clamp-dash-kibana/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/clamp/components/clamp-dash-es/values.yaml b/kubernetes/clamp/components/clamp-dash-es/values.yaml index 04580a0354..ed53c0cdc8 100644 --- a/kubernetes/clamp/components/clamp-dash-es/values.yaml +++ b/kubernetes/clamp/components/clamp-dash-es/values.yaml @@ -65,7 +65,7 @@ flavor: small ################################################################# # BusyBox image -busyboxRepository: registry.hub.docker.com +busyboxRepository: docker.io busyboxImage: library/busybox:latest # application image diff --git a/kubernetes/clamp/components/clamp-dash-kibana/values.yaml b/kubernetes/clamp/components/clamp-dash-kibana/values.yaml index 37dae0ffb1..a5d11c73cb 100644 --- a/kubernetes/clamp/components/clamp-dash-kibana/values.yaml +++ b/kubernetes/clamp/components/clamp-dash-kibana/values.yaml @@ -66,7 +66,7 @@ flavor: small ################################################################# # BusyBox image -busyboxRepository: registry.hub.docker.com +busyboxRepository: docker.io busyboxImage: library/busybox:latest # application image |