From ad4dc2f03154981e28e2a90653537368d1fbd250 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 21 Oct 2021 11:41:24 +0100 Subject: [PATCH] Bump modmail version Updated the monkey patch to use .utcnow() to avoid issues with dayliught savings, and dropped the logging level as it is quite spammy. --- namespaces/default/modmail/bot/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namespaces/default/modmail/bot/deployment.yaml b/namespaces/default/modmail/bot/deployment.yaml index 49f1e61..069a6d2 100644 --- a/namespaces/default/modmail/bot/deployment.yaml +++ b/namespaces/default/modmail/bot/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: modmail-bot - image: ghcr.io/python-discord/modmail:3ea840f + image: ghcr.io/python-discord/modmail:be55a29 resources: requests: cpu: 50m