From 283a5d41dc0448c6dc8b4939e9d2e8af315c9f50 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 11 Nov 2025 20:07:56 +0000 Subject: Use newer ModMail image & update TMPDIR paths with 4.2.0 --- kubernetes/namespaces/modmail/bot/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kubernetes') diff --git a/kubernetes/namespaces/modmail/bot/deployment.yaml b/kubernetes/namespaces/modmail/bot/deployment.yaml index ae135e2..967217c 100644 --- a/kubernetes/namespaces/modmail/bot/deployment.yaml +++ b/kubernetes/namespaces/modmail/bot/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: modmail-bot - image: ghcr.io/python-discord/modmail:latest + image: ghcr.io/python-discord/modmail:master resources: requests: cpu: 75m @@ -25,13 +25,13 @@ spec: memory: 1000Mi imagePullPolicy: "Always" volumeMounts: - - mountPath: /modmailbot/plugins + - mountPath: /opt/modmail/plugins name: plugins-vol - - mountPath: /modmailbot/temp + - mountPath: /opt/modmail/temp name: temp-vol env: - name: TMPDIR - value: /modmailbot/temp + value: /opt/modmail/temp envFrom: - secretRef: name: modmail -- cgit v1.2.3