From f13bc9de7d0665cf237793d408b24f74eb264fdd Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 10 Jan 2024 00:33:40 +0100
Subject: [PATCH] chore(dns): Switch to current stable release v0.23

The unstable main builds were used to the requirement for an unreleased
fix. This switches now back to a stable release in order to keep
stability long term.
---
 apps/k8s01/dns/dns.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml
index 9c99a450a..6b752e7c0 100644
--- a/apps/k8s01/dns/dns.yaml
+++ b/apps/k8s01/dns/dns.yaml
@@ -51,7 +51,7 @@ spec:
     spec:
       containers:
         - name: blocky
-          image: ghcr.io/0xerr0r/blocky:main@sha256:5835ff7feb93fc8b5484125f9c1c4b82546f626b09773bebfd839ded691e2912
+          image: ghcr.io/0xerr0r/blocky:v0.23
           args:
             - --config
             - /etc/blocky/config.yaml
-- 
GitLab