File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
33appVersion : " 2.5.7"
44kubeVersion : " ^1.10.0-0"
55description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6- version : 4.2.42
6+ version : 4.2.43
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ pulsar:
111111 port: { { .Values.pulsar.proxy.ports.pulsar } }
112112 maxMessageSize: { { .Values.pulsar.maxMessageSize } }
113113
114- { {- else if and .Values.cluster.enabled .Values.woodpecker.enabled } }
114+ { {- else if .Values.woodpecker.enabled } }
115115
116116mq:
117117 type: woodpecker
118118
119119messageQueue: woodpecker
120120
121121
122- { {- else if and .Values.cluster.enabled .Values.pulsarv3.enabled } }
122+ { {- else if .Values.pulsarv3.enabled } }
123123
124124mq:
125125 type: pulsar
@@ -169,7 +169,7 @@ kafka:
169169{ {- end } }
170170
171171{ {- if not .Values.cluster.enabled } }
172- { {- if or (eq .Values.standalone.messageQueue " rocksmq" ) (eq .Values.standalone.messageQueue " natsmq" ) ( eq .Values.standalone.messageQueue " woodpecker " ) } }
172+ { {- if or (eq .Values.standalone.messageQueue " rocksmq" ) (eq .Values.standalone.messageQueue " natsmq" )} }
173173
174174mq:
175175 type: { { .Values.standalone.messageQueue } }
You can’t perform that action at this time.
0 commit comments