Skip to content

Commit

Permalink
[bitnami/kafka] fix: Mount kafka_jaas.conf in controller statefulset …
Browse files Browse the repository at this point in the history
…for kraft migration (#27610)

* [bitnami/kafka] fix: Mount kafka_jaas.conf in controller statefulset for kraft migration

Signed-off-by: Christian Kuhn <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Christian Kuhn <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
ph311o and bitnami-bot committed Jul 2, 2024
1 parent 08e8c58 commit fcf03f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions bitnami/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 29.3.5 (2024-07-01)
## 29.3.6 (2024-07-02)

* [bitnami/kafka] Release 29.3.5 ([#27613](https://github.com/bitnami/charts/pull/27613))
* [bitnami/kafka] fix: Mount kafka_jaas.conf in controller statefulset for kraft migration ([#27610](https://github.com/bitnami/charts/pull/27610))

## <small>29.3.5 (2024-07-01)</small>

* [bitnami/*] Update README changing TAC wording (#27530) ([52dfed6](https://github.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)), closes [#27530](https://github.com/bitnami/charts/issues/27530)
* [bitnami/kafka] Release 29.3.5 (#27613) ([1ef0ca8](https://github.com/bitnami/charts/commit/1ef0ca867542f99b4e37ac3182727357a0fd17cf)), closes [#27613](https://github.com/bitnami/charts/issues/27613)

## <small>29.3.4 (2024-06-18)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ maintainers:
name: kafka
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kafka
version: 29.3.5
version: 29.3.6
5 changes: 5 additions & 0 deletions bitnami/kafka/templates/controller-eligible/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@ spec:
- name: kafka-config
mountPath: /opt/bitnami/kafka/config/server.properties
subPath: server.properties
{{- if .Values.sasl.zookeeper.user }}
- name: kafka-config
mountPath: /opt/bitnami/kafka/config/kafka_jaas.conf
subPath: kafka_jaas.conf
{{- end }}
- name: tmp
mountPath: /tmp
{{- if or .Values.log4j .Values.existingLog4jConfigMap }}
Expand Down

0 comments on commit fcf03f8

Please sign in to comment.