cluster

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

commit f0a00c992e262773f8fb1c7fddc02af7f1cc6ee3
parent 21fe54d870332d4989576532a7cd51fa8230ed2d
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 19 Nov 2025 12:43:42 +0100

update resources

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

Diffstat:
Mapps/base/matrix/matrix-helm/repository.yaml | 2+-
Minfrastructure_talos/controllers/cert-manager.yaml | 86++++++++++++++++++++++++++++++++++++++++----------------------------------------
Minfrastructure_talos/controllers/image-updater.yaml | 2+-
3 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/apps/base/matrix/matrix-helm/repository.yaml b/apps/base/matrix/matrix-helm/repository.yaml @@ -7,7 +7,7 @@ spec: interval: 5m url: https://ananace.gitlab.io/charts --- -apiVersion: image.toolkit.fluxcd.io/v1beta2 +apiVersion: image.toolkit.fluxcd.io/v1 kind: ImageRepository metadata: name: sliding-proxy diff --git a/infrastructure_talos/controllers/cert-manager.yaml b/infrastructure_talos/controllers/cert-manager.yaml @@ -21,47 +21,47 @@ spec: interval: 24h url: https://zachomedia.github.io/cert-manager-webhook-pdns -# --- -# apiVersion: image.toolkit.fluxcd.io/v1beta2 -# kind: ImageRepository -# metadata: -# name: cert-manager -# namespace: cert-manager -# spec: -# image: quay.io/jetstack/cert-manager-controller -# interval: 5h -# --- -# apiVersion: image.toolkit.fluxcd.io/v1beta2 -# kind: ImagePolicy -# metadata: -# name: cert-manager -# namespace: cert-manager -# spec: -# imageRepositoryRef: -# name: cert-manager -# policy: -# semver: -# range: ">=v1.19.0 <v2.0.0" -# --- -# apiVersion: image.toolkit.fluxcd.io/v1beta2 -# kind: ImageUpdateAutomation -# metadata: -# name: cert-manager -# namespace: cert-manager -# spec: -# interval: 30m -# sourceRef: -# kind: GitRepository -# name: flux-system -# git: -# commit: -# author: -# email: fluxcdbot@users.noreply.github.com -# name: fluxcdbot -# push: -# branch: main -# update: -# path: ./ +--- +apiVersion: image.toolkit.fluxcd.io/v1 +kind: ImageRepository +metadata: + name: cert-manager + namespace: cert-manager +spec: + image: quay.io/jetstack/cert-manager-controller + interval: 5h +--- +apiVersion: image.toolkit.fluxcd.io/v1 +kind: ImagePolicy +metadata: + name: cert-manager + namespace: cert-manager +spec: + imageRepositoryRef: + name: cert-manager + policy: + semver: + range: ">=v1.19.0 <v2.0.0" +--- +apiVersion: image.toolkit.fluxcd.io/v1 +kind: ImageUpdateAutomation +metadata: + name: cert-manager + namespace: cert-manager +spec: + interval: 30m + sourceRef: + kind: GitRepository + name: flux-system + git: + commit: + author: + email: fluxcdbot@users.noreply.github.com + name: fluxcdbot + push: + branch: main + update: + path: ./ --- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease @@ -125,8 +125,8 @@ spec: acme.cert-manager.io/http01-solver: "true" ingress: - ports: - - protocol: TCP - port: 8089 + - protocol: TCP + port: 8089 policyTypes: - Ingress --- diff --git a/infrastructure_talos/controllers/image-updater.yaml b/infrastructure_talos/controllers/image-updater.yaml @@ -1,4 +1,4 @@ -apiVersion: image.toolkit.fluxcd.io/v1beta2 +apiVersion: image.toolkit.fluxcd.io/v1 kind: ImageUpdateAutomation metadata: name: flux-system