Skip to content

Commit 3e56d92

Browse files
committed
..
1 parent fff1092 commit 3e56d92

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
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.54
21+
version: 5.1.55
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/deployment.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ spec:
7171
args:
7272
- messenger:consume
7373
- email
74-
{{- if .Values.mautic.messenger.consumeEmail.debug }}
75-
- -vv
76-
{{- end }}
7774
envFrom:
7875
{{- include "mautic.envFrom" . | nindent 12 }}
7976
volumeMounts:
@@ -110,9 +107,6 @@ spec:
110107
args:
111108
- messenger:consume
112109
- hit
113-
{{- if .Values.mautic.messenger.consumeHit.debug }}
114-
- -vv
115-
{{- end }}
116110
envFrom:
117111
{{- include "mautic.envFrom" . | nindent 12 }}
118112
volumeMounts:
@@ -149,9 +143,6 @@ spec:
149143
args:
150144
- messenger:consume
151145
- failed
152-
{{- if .Values.mautic.messenger.consumeFailed.debug }}
153-
- -vv
154-
{{- end }}
155146
envFrom:
156147
{{- include "mautic.envFrom" . | nindent 12 }}
157148
volumeMounts:

0 commit comments

Comments
 (0)