blob: ec11510b094da14b84510c1d4016f9af7241e58a [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
Andreas Geisslereb4598b2022-11-10 15:08:21 +010018version: 12.0.0
efiacor370c6dc2021-10-12 14:10:49 +010019
20dependencies:
21 - name: common
Andreas Geisslereb4598b2022-11-10 15:08:21 +010022 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010023 # 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
Andreas Geisslereb4598b2022-11-10 15:08:21 +010028 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010029 repository: '@local'
30 - name: serviceAccount
Andreas Geisslereb4598b2022-11-10 15:08:21 +010031 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010032 repository: '@local'