Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux committed Jul 18, 2024
1 parent be584cc commit 2bd323a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mautic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 5.1.58
version: 5.1.59

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/mautic/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- messenger:consume
- email
{{- if .Values.mautic.messenger.consumeEmail.debug }}
- -vv
- -vvv
{{- end }}
envFrom:
{{- include "mautic.envFrom" . | nindent 12 }}
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
- messenger:consume
- hit
{{- if .Values.mautic.messenger.consumeHit.debug }}
- -vv
- -vvv
{{- end }}
envFrom:
{{- include "mautic.envFrom" . | nindent 12 }}
Expand Down Expand Up @@ -150,7 +150,7 @@ spec:
- messenger:consume
- failed
{{- if .Values.mautic.messenger.consumeFailed.debug }}
- -vv
- -vvv
{{- end }}
envFrom:
{{- include "mautic.envFrom" . | nindent 12 }}
Expand Down

0 comments on commit 2bd323a

Please sign in to comment.