aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/strimzi/Chart.yaml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-11-14 16:17:15 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-11-25 15:42:05 +0000
commit57901a9e3decbcafb4c9405fcefdfe44381e12ef (patch)
treed635e62277662641fd21763ff9fbdf1ab1fc38b4 /kubernetes/strimzi/Chart.yaml
parent01a8358512c24c462806369cf31f42e95c2584ee (diff)
[DMAAP-STRIMZI] Move strimzi kafka bridge
Move kafka bridge to strimzi chart. Update the onap overrides. Clean up some config in strimzi kafka. Add override options to kafka chart. Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Iaaac143f22cae1dbfa50e89b1838a00e37eebdaf Issue-ID: DMAAP-1834
Diffstat (limited to 'kubernetes/strimzi/Chart.yaml')
-rw-r--r--kubernetes/strimzi/Chart.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/kubernetes/strimzi/Chart.yaml b/kubernetes/strimzi/Chart.yaml
index 57201cff30..4ef20e19d2 100644
--- a/kubernetes/strimzi/Chart.yaml
+++ b/kubernetes/strimzi/Chart.yaml
@@ -13,16 +13,13 @@
# limitations under the License.
apiVersion: v2
-description: ONAP Strimzi kafka
+description: ONAP Strimzi Kafka
name: strimzi
version: 12.0.0
dependencies:
- name: common
version: ~12.x-0
- # local reference to common chart, as it is
- # a part of this chart's package and will not
- # be published independently to a repo (at this point)
repository: '@local'
- name: repositoryGenerator
version: ~12.x-0
@@ -30,4 +27,8 @@ dependencies:
- name: serviceAccount
version: ~12.x-0
repository: '@local'
+ - name: strimzi-kafka-bridge
+ version: ~12.x-0
+ repository: 'file://components/strimzi-kafka-bridge'
+ condition: strimzi-kafka-bridge.enabled