[GENERIC] move from registry.hub.docker.com to docker.io
[oom.git] / kubernetes / platform / components / oom-cert-service / values.yaml
index 4a3a289..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
@@ -47,7 +47,7 @@ service:
 
 # Deployment configuration
 repository: nexus3.onap.org:10001
-image: onap/org.onap.oom.platform.cert-service.oom-certservice-api:2.0.0
+image: onap/org.onap.oom.platform.cert-service.oom-certservice-api:2.1.0
 pullPolicy: Always
 replicaCount: 1
 
@@ -117,6 +117,7 @@ credentials:
     #truststorePasswordExternalSecret:
   # Below cmp values contain credentials for EJBCA test instance and are relevant only if global addTestingComponents flag is enabled
   cmp:
+    # Used only if cmpv2 testing is enabled
     clientIakExternalSecret: '{{ include "common.release" . }}-ejbca-client-iak'
     #clientRvExternalSecret:
     raIakExternalSecret: '{{ include "common.release" . }}-ejbca-ra-iak'