cluster

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

commit 270f4e8b9f2b5b16e1de9a84a10efe913833fd81
parent ea5c9344ac5879215db328a94a58302c98b9cc86
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun, 18 Jan 2026 13:30:22 +0100

update certmanager and profile

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

Diffstat:
Minfrastructure_talos/configs/cluster-issuers.yaml | 3++-
Minfrastructure_talos/controllers/cert-manager.yaml | 10+++++-----
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/infrastructure_talos/configs/cluster-issuers.yaml b/infrastructure_talos/configs/cluster-issuers.yaml @@ -8,7 +8,8 @@ spec: server: https://acme-v02.api.letsencrypt.org./directory privateKeySecretRef: name: letsencrypt-dns-account-key - profile: tlsserver + #profile: tlsserver + profile: shortlived solvers: - dns01: webhook: diff --git a/infrastructure_talos/controllers/cert-manager.yaml b/infrastructure_talos/controllers/cert-manager.yaml @@ -93,19 +93,19 @@ spec: podmonitor: enabled: false image: - tag: v1.19.1 + tag: v1.19.2 webhook: image: - tag: v1.19.1 + tag: v1.19.2 cainjector: image: - tag: v1.19.1 + tag: v1.19.2 acmesolver: image: - tag: v1.19.1 + tag: v1.19.2 startupapicheck: image: - tag: v1.19.1 + tag: v1.19.2 config: apiVersion: controller.config.cert-manager.io/v1alpha1 kind: ControllerConfiguration