X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Fcomponents%2Fejbca%2Frequirements.yaml;h=dabf474ab60b4fcf97f0ad841ec35258d9d7dc8f;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=e87bc08da3de9f3d68c9531e6935782fa7b8ec02;hpb=ef3a9e3a48be1483dfefeba83333178443a8cfa5;p=oom.git diff --git a/kubernetes/contrib/components/ejbca/requirements.yaml b/kubernetes/contrib/components/ejbca/requirements.yaml index e87bc08da3..dabf474ab6 100644 --- a/kubernetes/contrib/components/ejbca/requirements.yaml +++ b/kubernetes/contrib/components/ejbca/requirements.yaml @@ -1,4 +1,5 @@ # Copyright © 2020 Orange, Ericsson +# Modifications Copyright © 2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,13 +14,22 @@ # limitations under the License. dependencies: - name: common - version: ~6.x-0 + version: ~9.x-0 repository: '@local' - name: mariadb-galera - version: ~6.x-0 + version: ~9.x-0 repository: '@local' condition: global.mariadbGalera.localCluster - name: mariadb-init - version: ~6.x-0 + version: ~9.x-0 repository: '@local' condition: not global.mariadbGalera.localCluster + - name: repositoryGenerator + version: ~9.x-0 + repository: '@local' + - name: cmpv2Config + version: ~9.x-0 + repository: '@local' + - name: serviceAccount + version: ~9.x-0 + repository: '@local'