blob: d8f607e41fd2ea2a0a0d291425e43a6d6e7384be [file] [log] [blame]
efiacorfe8f8c92022-03-15 15:36:48 +00001# Copyright © 2022 Nordix Foundation
pramodad6382f2018-03-28 22:32:00 +00002#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
efiacor370c6dc2021-10-12 14:10:49 +010015apiVersion: v2
efiacorfe8f8c92022-03-15 15:36:48 +000016description: ONAP Dmaap Strimzi Kafka Bridge
17name: dmaap-strimzi
efiacor370c6dc2021-10-12 14:10:49 +010018version: 10.0.0
19
20dependencies:
21 - name: common
22 version: ~10.x-0
23 # local reference to common chart, as it is
24 # a part of this chart's package and will not
25 # be published independently to a repo (at this point)
26 repository: '@local'
27 - name: repositoryGenerator
28 version: ~10.x-0
29 repository: '@local'
30 - name: serviceAccount
31 version: ~10.x-0
32 repository: '@local'