Skip to content

Commit c2407d7

Browse files
committed
set lock mode to flock
1 parent a7ba332 commit c2407d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/mautic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 5.1.50
21+
version: 5.1.51
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/mautic/templates/cronjob.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ spec:
141141
- --max-contacts
142142
- "{{ .Values.mautic.cron.campaignsRebuild.maxContacts }}"
143143
{{- end }}
144+
- --lock_mode
145+
- flock
144146
envFrom:
145147
{{- include "mautic.envFrom" . | nindent 14 }}
146148
volumeMounts:
@@ -173,6 +175,8 @@ spec:
173175
imagePullPolicy: "{{ .Values.mautic.image.pullPolicy }}"
174176
args:
175177
- mautic:broadcasts:send
178+
- --lock_mode
179+
- flock
176180
envFrom:
177181
{{- include "mautic.envFrom" . | nindent 14 }}
178182
volumeMounts:
@@ -205,6 +209,8 @@ spec:
205209
imagePullPolicy: "{{ .Values.mautic.image.pullPolicy }}"
206210
args:
207211
- mautic:messages:send
212+
- --lock_mode
213+
- flock
208214
envFrom:
209215
{{- include "mautic.envFrom" . | nindent 14 }}
210216
volumeMounts:

0 commit comments

Comments
 (0)