X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Frequirements.yaml;h=4c1986203cb457a604800a5f90c1a418c4e5d05b;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=2e0a40610d5ae41b2fc48aba529e89897a01c1f6;hpb=5fd87d08f23f6199969a3e4f863d2d9e20b5c395;p=oom.git diff --git a/kubernetes/so/requirements.yaml b/kubernetes/so/requirements.yaml index 2e0a40610d..4c1986203c 100755 --- a/kubernetes/so/requirements.yaml +++ b/kubernetes/so/requirements.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# 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,77 +14,87 @@ # limitations under the License. dependencies: - name: common - version: ~6.x-0 + version: ~9.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: certInitializer + version: ~9.x-0 + repository: '@local' - name: readinessCheck - 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: repositoryGenerator - version: ~6.x-0 + version: ~9.x-0 repository: '@local' - name: soHelpers - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/soHelpers' + - name: so-admin-cockpit + version: ~9.x-0 + repository: 'file://components/so-admin-cockpit' + condition: so-admin-cockpit.enabled - name: so-appc-orchestrator - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-appc-orchestrator' condition: so-appc-orchestrator.enabled - name: so-bpmn-infra - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-bpmn-infra' - name: so-catalog-db-adapter - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-catalog-db-adapter' condition: so-catalog-db-adapter.enabled + - name: so-cnf-adapter + version: ~9.x-0 + repository: "file://components/so-cnf-adapter" + condition: so-cnf-adapter.enabled - name: so-etsi-nfvo-ns-lcm - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-etsi-nfvo-ns-lcm' condition: so-etsi-nfvo-ns-lcm.enabled + - name: so-etsi-sol003-adapter + version: ~9.x-0 + repository: 'file://components/so-etsi-sol003-adapter' + condition: so-etsi-sol003-adapter.enabled - name: so-mariadb - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-mariadb' - - name: so-monitoring - version: ~6.x-0 - repository: 'file://components/so-monitoring' - condition: so-monitoring.enabled - name: so-nssmf-adapter - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-nssmf-adapter' condition: so-nssmf-adapter.enabled - name: so-oof-adapter - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-oof-adapter' condition: so-oof-adapter.enabled - name: so-openstack-adapter - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-openstack-adapter' condition: so-openstack-adapter.enabled - name: so-request-db-adapter - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-request-db-adapter' - name: so-sdc-controller - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-sdc-controller' - name: so-sdnc-adapter - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-sdnc-adapter' condition: so-sdnc-adapter.enabled - name: so-ve-vnfm-adapter - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/so-ve-vnfm-adapter' condition: so-ve-vnfm-adapter.enabled - - name: so-vfc-adapter - version: ~6.x-0 - repository: 'file://components/so-vfc-adapter' - condition: so-vfc-adapter.enabled - - name: so-vnfm-adapter - version: ~6.x-0 - repository: 'file://components/so-vnfm-adapter' - condition: so-vnfm-adapter.enabled + - name: so-etsi-sol005-adapter + version: ~9.x-0 + repository: 'file://components/so-etsi-sol005-adapter' + condition: so-etsi-sol005-adapter.enabled + - name: serviceAccount + version: ~9.x-0 + repository: '@local'