diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-09-10 06:03:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-10 06:03:50 +0000 |
commit | d362d9f64521d4585f779ff450f547da1ac00adb (patch) | |
tree | 202d9cde19a4925feb84d236dc0384b6dbbff5f5 /kubernetes/cps/components/ncmp-dmi-plugin/requirements.yaml | |
parent | d292a1df5c5430b3deafe5086781b76788c3d428 (diff) | |
parent | c615a89cf73c543e2a16660efac45f4b6c689f3f (diff) |
Merge "[CPS] Charts added for repo cps-ncmp-dmi-plugin"
Diffstat (limited to 'kubernetes/cps/components/ncmp-dmi-plugin/requirements.yaml')
-rw-r--r-- | kubernetes/cps/components/ncmp-dmi-plugin/requirements.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kubernetes/cps/components/ncmp-dmi-plugin/requirements.yaml b/kubernetes/cps/components/ncmp-dmi-plugin/requirements.yaml new file mode 100644 index 0000000000..d1fbdd3182 --- /dev/null +++ b/kubernetes/cps/components/ncmp-dmi-plugin/requirements.yaml @@ -0,0 +1,31 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2021 Nordix Foundation +# ================================================================================ +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= + +dependencies: + - name: common + version: ~8.x-0 + repository: '@local' + - name: readinessCheck + version: ~8.x-0 + repository: '@local' + - name: repositoryGenerator + version: ~8.x-0 + repository: '@local' + - name: serviceAccount + version: ~8.x-0 + repository: '@local'
\ No newline at end of file |