X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Fcomponents%2Fejbca%2Frequirements.yaml;h=dabf474ab60b4fcf97f0ad841ec35258d9d7dc8f;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=00542037af55f8139ddc4b0dcc07af5f1096aedf;hpb=cfe8a79535c8972179638be2ed8bbc00210dd5dc;p=oom.git diff --git a/kubernetes/contrib/components/ejbca/requirements.yaml b/kubernetes/contrib/components/ejbca/requirements.yaml index 00542037af..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,16 +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: ~6.x-0 + version: ~9.x-0 + repository: '@local' + - name: cmpv2Config + version: ~9.x-0 + repository: '@local' + - name: serviceAccount + version: ~9.x-0 repository: '@local'