[GENERIC] move from registry.hub.docker.com to docker.io 56/115156/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 20 Nov 2020 07:57:12 +0000 (08:57 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 20 Nov 2020 07:57:12 +0000 (08:57 +0100)
`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

27 files changed:
kubernetes/aaf/components/aaf-cass/values.yaml
kubernetes/aaf/components/aaf-cm/values.yaml
kubernetes/aaf/components/aaf-fs/values.yaml
kubernetes/aaf/components/aaf-gui/values.yaml
kubernetes/aaf/components/aaf-locate/values.yaml
kubernetes/aaf/components/aaf-oauth/values.yaml
kubernetes/aaf/components/aaf-service/values.yaml
kubernetes/aaf/components/aaf-sshsm/values.yaml
kubernetes/aaf/values.yaml
kubernetes/clamp/components/clamp-dash-es/values.yaml
kubernetes/clamp/components/clamp-dash-kibana/values.yaml
kubernetes/common/elasticsearch/values.yaml
kubernetes/common/mongo/values.yaml
kubernetes/common/postgres/values.yaml
kubernetes/dmaap/components/message-router/charts/message-router-kafka/values.yaml
kubernetes/dmaap/components/message-router/charts/message-router-zookeeper/values.yaml
kubernetes/log/charts/log-elasticsearch/values.yaml
kubernetes/log/charts/log-kibana/values.yaml
kubernetes/msb/charts/msb-consul/values.yaml
kubernetes/multicloud/charts/multicloud-prometheus/values.yaml
kubernetes/platform/components/oom-cert-service/values.yaml
kubernetes/platform/values.yaml
kubernetes/pomba/charts/pomba-data-router/values.yaml
kubernetes/pomba/charts/pomba-elasticsearch/values.yaml
kubernetes/pomba/charts/pomba-kibana/values.yaml
kubernetes/sdc/values.yaml
kubernetes/so/components/so-mariadb/values.yaml

index bec64d8..f4d1d2e 100644 (file)
@@ -17,13 +17,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 359a0f2..e75abaf 100644 (file)
@@ -18,13 +18,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 4180c52..c3750d4 100644 (file)
@@ -18,13 +18,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 99b5a4f..247b1b5 100644 (file)
@@ -18,13 +18,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 67446c2..e74893c 100644 (file)
@@ -18,13 +18,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 13f275a..aad63df 100644 (file)
@@ -18,13 +18,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 8406557..2fd8a3b 100644 (file)
@@ -18,13 +18,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index bc08e59..eee2bcf 100644 (file)
@@ -21,13 +21,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   # Standard OOM
   pullPolicy: "Always"
index 2afdb42..df6aff5 100644 (file)
@@ -23,13 +23,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 04580a0..ed53c0c 100644 (file)
@@ -65,7 +65,7 @@ flavor: small
 #################################################################
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 # application image
index 37dae0f..a5d11c7 100644 (file)
@@ -66,7 +66,7 @@ flavor: small
 #################################################################
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 # application image
index 31edcab..7fb097b 100644 (file)
@@ -21,7 +21,7 @@ global:
   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
 
index b21b0bf..223234f 100644 (file)
@@ -25,7 +25,7 @@ global:
 # Application configuration defaults.
 #################################################################
 
-dockerHubRepository: registry.hub.docker.com
+dockerHubRepository: docker.io
 image: library/mongo:4.0.8
 pullPolicy: Always
 
index b653ba1..34e9d91 100644 (file)
@@ -46,7 +46,7 @@ secrets:
 #################################################################
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 postgresRepository: crunchydata
index 7ab719c..ec16876 100644 (file)
@@ -22,7 +22,7 @@ global:
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   persistence: {}
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   envsubstImage: dibi/envsubst
 
 #################################################################
index 44259a0..dc19cd0 100644 (file)
@@ -21,7 +21,7 @@ global:
   readinessImage: onap/oom/readiness:3.0.1
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   persistence: {}
   envsubstImage: dibi/envsubst
 
index add8547..2e4f962 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 # application image
index a5f05d5..5cb2fb0 100644 (file)
@@ -30,7 +30,7 @@ elasticdumpRepository: docker.io
 elasticdumpImage: taskrabbit/elasticsearch-dump
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 # application image
index d116497..e87144c 100644 (file)
@@ -21,7 +21,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-dockerHubRepository: registry.hub.docker.com
+dockerHubRepository: docker.io
 image: library/consul:1.4.3
 pullPolicy: Always
 istioSidecar: true
index 12bf03e..11c0979 100644 (file)
@@ -20,7 +20,7 @@ global:
   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
   alertmanager:
     enabled: false
index 3ab9895..7d8041b 100644 (file)
@@ -21,13 +21,13 @@ global:
   # Readiness image
   readinessImage: onap/oom/readiness:3.0.1
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 687fb61..a6f4bc8 100644 (file)
@@ -24,13 +24,13 @@ global:
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.2
   # Ubuntu Init image
-  ubuntuInitRepository: registry.hub.docker.com
+  ubuntuInitRepository: docker.io
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
   # Logging image
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   # BusyBox image
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:1.31
   persistence:
     enabled: true
index 386f12e..fe15bd1 100644 (file)
@@ -31,7 +31,7 @@ pullPolicy: Always
 restartPolicy: Always
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 
index 8201eff..f99a799 100644 (file)
@@ -24,7 +24,7 @@ global:
 #################################################################
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 # application image
index 56cbff7..e952e3c 100644 (file)
@@ -28,7 +28,7 @@ configRepository: docker.io
 configImage: taskrabbit/elasticsearch-dump
 
 # BusyBox image
-busyboxRepository: registry.hub.docker.com
+busyboxRepository: docker.io
 busyboxImage: library/busybox:latest
 
 # application image
index f6e0376..bce4016 100644 (file)
@@ -26,7 +26,7 @@ global:
     wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
   ubuntuInitRepository: oomk8s
   ubuntuInitImage: ubuntu-init:1.0.0
-  busyboxRepository: registry.hub.docker.com
+  busyboxRepository: docker.io
   busyboxImage: library/busybox:latest
   aafEnabled: true
   cassandra:
@@ -67,4 +67,4 @@ cassandra:
 
 # dependency / sub-chart configuration
 sdc-wfd:
-  enabled: true
\ No newline at end of file
+  enabled: true
index 809dff7..2dfd5b8 100755 (executable)
@@ -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