X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fplatform%2Fcomponents%2Foom-cert-service%2Fvalues.yaml;h=7d8041b0fac20452198cd1ae36094d42a10aea1a;hb=23a38b37056055a293cd3e92fb0de8efbd23ded0;hp=4a3a28948426d731bdc45de8c0b3e82dfe46e136;hpb=2eb8c16af6836b513aec63fc7177c5cd5862ad88;p=oom.git diff --git a/kubernetes/platform/components/oom-cert-service/values.yaml b/kubernetes/platform/components/oom-cert-service/values.yaml index 4a3a289484..7d8041b0fa 100644 --- a/kubernetes/platform/components/oom-cert-service/values.yaml +++ b/kubernetes/platform/components/oom-cert-service/values.yaml @@ -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'