diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-29 15:57:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-29 15:57:58 +0000 |
commit | 8aad493ec086c48e919e4f7ef85148e6532ffc46 (patch) | |
tree | f8829f2a905309e250255c3ec6050f75212ee192 /kubernetes/so/components/so-cnf-adapter/requirements.yaml | |
parent | fe28feccab5e8c0cd1f2b72b940a0f27a279e5da (diff) | |
parent | 2e799e9f775198f95491a5e02fc99171b9fa8d43 (diff) |
Merge "[SO] helm chart for cnf-adapter"
Diffstat (limited to 'kubernetes/so/components/so-cnf-adapter/requirements.yaml')
-rwxr-xr-x | kubernetes/so/components/so-cnf-adapter/requirements.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-cnf-adapter/requirements.yaml b/kubernetes/so/components/so-cnf-adapter/requirements.yaml new file mode 100755 index 0000000000..ecba826c68 --- /dev/null +++ b/kubernetes/so/components/so-cnf-adapter/requirements.yaml @@ -0,0 +1,28 @@ +# Copyright © 2017 Amdocs, Bell Canada +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +dependencies: + - name: common + version: ~6.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: repositoryGenerator + version: ~6.x-0 + repository: '@local' + - name: soHelpers + version: ~6.x-0 + repository: 'file://../soHelpers' + |