summaryrefslogtreecommitdiffstats
path: root/kubernetes/so
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/so
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/so')
-rwxr-xr-xkubernetes/so/components/so-mariadb/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-mariadb/values.yaml b/kubernetes/so/components/so-mariadb/values.yaml
index 809dff77a7..2dfd5b831f 100755
--- a/kubernetes/so/components/so-mariadb/values.yaml
+++ b/kubernetes/so/components/so-mariadb/values.yaml
@@ -22,7 +22,7 @@ global:
nodePortPrefixExt: 304
repository: nexus3.onap.org:10001
readinessImage: onap/oom/readiness:3.0.1
- ubuntuInitRepository: registry.hub.docker.com
+ ubuntuInitRepository: docker.io
mariadbGalera:
nameOverride: &mariadbName mariadb-galera
serviceName: mariadb-galera