-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/rabbitmq] Fix incorrect configuration of TCP listen options by memoryHighWatermark settings #31336
Conversation
…ional Signed-off-by: Michal Klinka <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for this fix! Please check my comment, it's a very tiny thing
bitnami/rabbitmq/values.yaml
Outdated
## TCP Listen Options | ||
## | ||
{{- if .Values.tcpListenOptions.enabled }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "if" should be included before the comment in line 518
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Signed-off-by: Michal Klinka <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of the change
This PR fixes a small bug reported in #31221. It fixes a bug, which made configuring tcpClientOptions impossible, if memoryHighWatermark was disabled.
Benefits
Makes tcpClientOptions configurable independently from memoryHighWatermark
Possible drawbacks
Applicable issues
Additional information
As of now, the memoryHighWatermark is disabled by default, which the default bitnami tcpClientOptions are disabled as well. This PR makes them configurable using
tcpClientOptions.enabled
field, and makes the fieldtrue
by default.Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm