From 15665958d0e6eb908707b229031e159fe6a9026a Mon Sep 17 00:00:00 2001 From: Rainer Schamm Date: Thu, 23 May 2024 12:24:41 +0200 Subject: [PATCH] Bumping chart version to 0.5.9 --- charts/confluent/Chart.yaml | 4 ++-- charts/confluent/templates/NOTES.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/confluent/Chart.yaml b/charts/confluent/Chart.yaml index efd5a12..243f83d 100644 --- a/charts/confluent/Chart.yaml +++ b/charts/confluent/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: lsdmesp-confluent -version: "0.5.8" -appVersion: "0.5.8" +version: "0.5.9" +appVersion: "0.5.9" description: 'LSDMESP CFK: LSD Event Streaming Platform with Confluent Operator' keywords: - lsdmesp diff --git a/charts/confluent/templates/NOTES.txt b/charts/confluent/templates/NOTES.txt index 5cfcb3b..ce2d9ca 100644 --- a/charts/confluent/templates/NOTES.txt +++ b/charts/confluent/templates/NOTES.txt @@ -6,6 +6,11 @@ Definition (CRD) as well as managing other Confluent Platform services Kafka user: {{ .Values.lsdmesp.confluent.kafka.username }} Kafka password: {{ .Values.lsdmesp.confluent.kafka.password }} +{{- if .Values.lsdmesp.armyKnife.enabled }} +From within the kafka army knife one can run commands like the following: +kafka-topics --list --bootstrap-server $LSDMESP_BOOTSTRAP_SERVERS --command-config /root/etc/client.properties +{{ end }} + {{- if .Values.lsdmesp.ldap.enabled }} OpenLdap Helm charts based on the osixia/openldap