commit 8762513ef4b09ccbc8f50615cb44c2ad05c6651d parent 332b2416030c27975e619e40c088edcc0aaf5934 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:55:39 +0200 Meow Diffstat:
| M | apps/talos_cluster/mailserver/mailman.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml @@ -24,7 +24,7 @@ spec: - mailman-web containers: - name: core - image: maxking/mailman-core:0.4 + image: mtrnord/mailman-core:0.5 ports: - name: api containerPort: 8001 @@ -84,7 +84,7 @@ spec: mountPath: /usr/bin/chown subPath: chown - name: web - image: maxking/mailman-web:0.4 + image: mtrnord/mailman-web:0.5 ports: - name: http containerPort: 8000