diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-12 12:16:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 12:16:28 +0000 |
commit | 71dfc47a8a0163b7b64958f18bd3b2b105a53a10 (patch) | |
tree | 087e9a0bbb78590d52b7c16e494f50e39f6d0a8b /kubernetes/dcaegen2/charts/redis/requirements.yaml | |
parent | 7dba27e97aae16d6d12833a0593ec828bfef38c4 (diff) | |
parent | 3c751b3a2eadda14ee634635d8379fa5849ca38f (diff) |
Merge "Add chart for redis cluster"
Diffstat (limited to 'kubernetes/dcaegen2/charts/redis/requirements.yaml')
-rw-r--r-- | kubernetes/dcaegen2/charts/redis/requirements.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/charts/redis/requirements.yaml b/kubernetes/dcaegen2/charts/redis/requirements.yaml new file mode 100644 index 0000000000..7244af3970 --- /dev/null +++ b/kubernetes/dcaegen2/charts/redis/requirements.yaml @@ -0,0 +1,18 @@ +# Copyright © 2017 Amdocs, AT&T, 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: ~2.0.0 + repository: '@local' |