From f6dde2d196569e299fc7bb3d19e0397ffbc901fc Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 20 Nov 2023 04:33:48 +0100
Subject: [PATCH] fix(dns): Use latest build

This patch switches to the main image, which contains some bug fixes for
DNSSEC handling. Further we switch prefetch back on, as dnssec on
clients is currently disabled due to systemd related problems.

Also the newer build potentially fixed issues with prefetch dropping ad
flags as well.
---
 apps/k8s01/dns/dns.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml
index 6fd342423..9283d0154 100644
--- a/apps/k8s01/dns/dns.yaml
+++ b/apps/k8s01/dns/dns.yaml
@@ -24,7 +24,7 @@ data:
     caching:
       minTime: 5m
       maxItemsCount: 262144
-      prefetching: false
+      prefetching: true
       prefetchMaxItemsCount: 131072
     prometheus:
       enable: true
@@ -51,7 +51,7 @@ spec:
     spec:
       containers:
         - name: dnsproxy
-          image: ghcr.io/0xerr0r/blocky:v0.22
+          image: ghcr.io/0xerr0r/blocky:main
           args:
             - --config
             - /etc/blocky/config.yaml
-- 
GitLab