From 2bd323a4fd2ae7c882906f7d559ebf42ced4dee0 Mon Sep 17 00:00:00 2001 From: Tanjim Hossain Date: Thu, 18 Jul 2024 03:02:47 +0000 Subject: [PATCH] .. --- charts/mautic/Chart.yaml | 2 +- charts/mautic/templates/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mautic/Chart.yaml b/charts/mautic/Chart.yaml index 4cd0836..a8afc74 100644 --- a/charts/mautic/Chart.yaml +++ b/charts/mautic/Chart.yaml @@ -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 diff --git a/charts/mautic/templates/deployment.yaml b/charts/mautic/templates/deployment.yaml index d2dc016..247e4d6 100644 --- a/charts/mautic/templates/deployment.yaml +++ b/charts/mautic/templates/deployment.yaml @@ -72,7 +72,7 @@ spec: - messenger:consume - email {{- if .Values.mautic.messenger.consumeEmail.debug }} - - -vv + - -vvv {{- end }} envFrom: {{- include "mautic.envFrom" . | nindent 12 }} @@ -111,7 +111,7 @@ spec: - messenger:consume - hit {{- if .Values.mautic.messenger.consumeHit.debug }} - - -vv + - -vvv {{- end }} envFrom: {{- include "mautic.envFrom" . | nindent 12 }} @@ -150,7 +150,7 @@ spec: - messenger:consume - failed {{- if .Values.mautic.messenger.consumeFailed.debug }} - - -vv + - -vvv {{- end }} envFrom: {{- include "mautic.envFrom" . | nindent 12 }}