File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 5.1.50
21
+ version : 5.1.51
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ spec:
141
141
- --max-contacts
142
142
- " {{ .Values.mautic.cron.campaignsRebuild.maxContacts }}"
143
143
{{- end }}
144
+ - --lock_mode
145
+ - flock
144
146
envFrom :
145
147
{{- include "mautic.envFrom" . | nindent 14 }}
146
148
volumeMounts :
@@ -173,6 +175,8 @@ spec:
173
175
imagePullPolicy : " {{ .Values.mautic.image.pullPolicy }}"
174
176
args :
175
177
- mautic:broadcasts:send
178
+ - --lock_mode
179
+ - flock
176
180
envFrom :
177
181
{{- include "mautic.envFrom" . | nindent 14 }}
178
182
volumeMounts :
@@ -205,6 +209,8 @@ spec:
205
209
imagePullPolicy : " {{ .Values.mautic.image.pullPolicy }}"
206
210
args :
207
211
- mautic:messages:send
212
+ - --lock_mode
213
+ - flock
208
214
envFrom :
209
215
{{- include "mautic.envFrom" . | nindent 14 }}
210
216
volumeMounts :
You can’t perform that action at this time.
0 commit comments