[bitnami/rabbitmq] Updated values.yaml (#15934)

* Updated values.yaml

Updated the values.yaml file to prevent loading definition file prior to the cluster being fully initialised. This allows the quorum queues defined within the definition file to setup correctly with followers instead of master with 0 followers. 

Resolves: https://github.com/bitnami/charts/issues/15299

Signed-off-by: Millz12 <millz12@hotmail.com>

* [bitnami/rabbitmq] Updated values.yaml

Updated the values.yaml file to prevent loading definition file prior to the cluster being fully initialised. This allows the quorum queues defined within the definition file to setup correctly with followers instead of only a master with 0 followers.

Signed-off-by: Millz12 <millz12@hotmail.com>

* Update bitnami/rabbitmq/Chart.yaml

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
Signed-off-by: Millz12 <millz12@hotmail.com>

---------

Signed-off-by: Millz12 <millz12@hotmail.com>
Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
This commit is contained in:
Millz12
2023-04-04 14:31:50 +01:00
committed by GitHub
parent 0eebd42db4
commit ac8e2736ad
2 changed files with 4 additions and 1 deletions

View File

@@ -23,4 +23,4 @@ name: rabbitmq
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
- https://www.rabbitmq.com
version: 11.12.3
version: 11.13.0

View File

@@ -387,6 +387,9 @@ configuration: |-
cluster_formation.node_cleanup.only_log_warning = true
cluster_partition_handling = {{ .Values.clustering.partitionHandling }}
{{- end }}
{{ if and .Values.clustering.enabled .Values.loadDefinition.enabled }}
cluster_formation.target_cluster_size_hint = {{ .Values.replicaCount }}
{{ end }}
{{- if .Values.loadDefinition.enabled }}
load_definitions = {{ .Values.loadDefinition.file }}
{{- end }}