cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 8fe38b854a1a4a528eea16e89222e465dc591228
parent bdde915a77bbe28ec6ca4bacc331f32566d4e830
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Tue, 18 Nov 2025 19:28:59 +0100

fix image

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Minfrastructure_talos/controllers/cert-manager.yaml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/infrastructure_talos/controllers/cert-manager.yaml b/infrastructure_talos/controllers/cert-manager.yaml @@ -98,3 +98,7 @@ spec: name: cert-manager-pdns namespace: cert-manager interval: 12h + values: + image: + repository: ghcr.io/mtrnord/cert-manager-webhook-pdns + pullPolicy: Always