From cf06e4b92a29f20a021613252cff3f5a8b73cc31 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 12 Dec 2025 01:12:48 -0300 Subject: [PATCH] mailu: use mvance unbound sidecar and current redis image --- services/mailu/helmrelease.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/mailu/helmrelease.yaml b/services/mailu/helmrelease.yaml index 6ce60334..9d302a25 100644 --- a/services/mailu/helmrelease.yaml +++ b/services/mailu/helmrelease.yaml @@ -108,7 +108,7 @@ spec: mountPath: /var/lib/unbound extraContainers: - name: unbound - image: ghcr.io/mailu/unbound:1.19 + image: docker.io/mvance/unbound:1.22.0 args: - -d - -c @@ -151,6 +151,9 @@ spec: enabled: true architecture: standalone logLevel: DEBUG + image: + repository: bitnami/redis + tag: 7.2.4-debian-12-r6 master: nodeSelector: hardware: rpi4