diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-10-16 12:45:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-16 12:45:23 +0000 |
commit | 56b24225b64d9ae2354d640405b61ea97234f7cf (patch) | |
tree | e30ad19f9221d55f45e84bc1a9d0e2a38288a2aa /kubernetes/aaf/charts/aaf-sshsm/requirements.yaml | |
parent | 3cf232d1a8a591f582d1d8d21e6ae741dac1561d (diff) | |
parent | c0be7823b49fc5b10801ea86a8da00e90b22cb57 (diff) |
Merge "Add sshsm hardware security support charts"
Diffstat (limited to 'kubernetes/aaf/charts/aaf-sshsm/requirements.yaml')
-rw-r--r-- | kubernetes/aaf/charts/aaf-sshsm/requirements.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kubernetes/aaf/charts/aaf-sshsm/requirements.yaml b/kubernetes/aaf/charts/aaf-sshsm/requirements.yaml new file mode 100644 index 0000000000..3192c43776 --- /dev/null +++ b/kubernetes/aaf/charts/aaf-sshsm/requirements.yaml @@ -0,0 +1,18 @@ +# Copyright 2018 Intel Corporation, Inc +# +# 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: ~3.0.0 + repository: '@local' |