diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-30 14:47:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-30 14:47:34 +0000 |
commit | f4eea37ac0a03de52c254707887b69626aa9df78 (patch) | |
tree | 2eeb858d3e0d48c5577ae11957992c6540608cc5 /kubernetes/dmaap/charts/dmaap-bus-controller/requirements.yaml | |
parent | ea93f3f1bb25b39c3d5d4576f49d080d82fcebac (diff) | |
parent | e825feeadf1aae047371ebc5c6113be1f7ec464e (diff) |
Merge "Integration w common/postgres"
Diffstat (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/requirements.yaml')
-rw-r--r-- | kubernetes/dmaap/charts/dmaap-bus-controller/requirements.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/requirements.yaml b/kubernetes/dmaap/charts/dmaap-bus-controller/requirements.yaml new file mode 100644 index 0000000000..b67ac02eca --- /dev/null +++ b/kubernetes/dmaap/charts/dmaap-bus-controller/requirements.yaml @@ -0,0 +1,21 @@ +# Copyright © 2018 AT&T Intellectual Property. All rights reserved. +# +# 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' + - name: postgres + version: ~2.0.0 + repository: '@local' |