Skip to content

Commit

Permalink
Bumping chart version to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pimetix committed May 23, 2024
1 parent e1d17bb commit 1566595
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/confluent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions charts/confluent/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1566595

Please sign in to comment.