Skip to content

Commit

Permalink
[bitnami/kafka] Update default value of heapOpts (#29670)
Browse files Browse the repository at this point in the history
Fit `heapOpts` to Kafka pod memory limit while utilize its increase

Signed-off-by: Blue Raven <14015403+plblueraven@users.noreply.github.com>
  • Loading branch information
plblueraven committed Oct 5, 2024
1 parent 9d7fcdc commit bc46361
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bitnami/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## <small>30.1.5 (2024-10-05)</small>

* [bitnami/kafka] Update default value of `heapOpts` to fit generated value of `Containers.kafka.Limits.memory` while utilize its increase ([#29670](https://github.com/bitnami/charts/issues/29670))

## 30.1.4 (2024-09-22)

* Update values.yaml ([#29557](https://github.com/bitnami/charts/pull/29557))
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: 30.1.4
version: 30.1.5
4 changes: 2 additions & 2 deletions bitnami/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ log4j: ""
## NOTE: this will override `log4j`
##
existingLog4jConfigMap: ""
## @param heapOpts Kafka Java Heap size
## @param heapOpts Kafka Java Heap configuration
##
heapOpts: -Xmx1024m -Xms1024m
heapOpts: -XX:InitialRAMPercentage=75 -XX:MaxRAMPercentage=75
## @param brokerRackAssignment Set Broker Assignment for multi tenant environment Allowed values: `aws-az`
## ref: https://cwiki.apache.org/confluence/display/KAFKA/KIP-392%3A+Allow+consumers+to+fetch+from+closest+replica
##
Expand Down

0 comments on commit bc46361

Please sign in to comment.