File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
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.54
21
+ version : 5.1.55
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 71
71
args :
72
72
- messenger:consume
73
73
- email
74
- {{- if .Values.mautic.messenger.consumeEmail.debug }}
75
- - -vv
76
- {{- end }}
77
74
envFrom :
78
75
{{- include "mautic.envFrom" . | nindent 12 }}
79
76
volumeMounts :
@@ -110,9 +107,6 @@ spec:
110
107
args :
111
108
- messenger:consume
112
109
- hit
113
- {{- if .Values.mautic.messenger.consumeHit.debug }}
114
- - -vv
115
- {{- end }}
116
110
envFrom :
117
111
{{- include "mautic.envFrom" . | nindent 12 }}
118
112
volumeMounts :
@@ -149,9 +143,6 @@ spec:
149
143
args :
150
144
- messenger:consume
151
145
- failed
152
- {{- if .Values.mautic.messenger.consumeFailed.debug }}
153
- - -vv
154
- {{- end }}
155
146
envFrom :
156
147
{{- include "mautic.envFrom" . | nindent 12 }}
157
148
volumeMounts :
You can’t perform that action at this time.
0 commit comments