cluster

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

commit 6cb3ac270c40ff596f500cc9b15036afe50a30f6
parent f9b2eb10d28f86c111f8b43c24b19daa477336f9
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 19 Nov 2025 11:57:54 +0100

updates

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

Diffstat:
Mapps/talos_cluster/flagger/release.yaml | 2+-
Minfrastructure_talos/controllers/image-updater.yaml | 11+++--------
2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/apps/talos_cluster/flagger/release.yaml b/apps/talos_cluster/flagger/release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 +apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: flagger diff --git a/infrastructure_talos/controllers/image-updater.yaml b/infrastructure_talos/controllers/image-updater.yaml @@ -1,24 +1,19 @@ -apiVersion: image.toolkit.fluxcd.io/v1beta1 +apiVersion: image.toolkit.fluxcd.io/v1 kind: ImageUpdateAutomation metadata: name: flux-system namespace: flux-system spec: - interval: 1m0s + interval: 30m sourceRef: kind: GitRepository name: flux-system git: - checkout: - ref: - branch: main commit: author: - email: fluxcdbot@users.noreply.gitea + email: fluxcdbot@users.noreply.github.com name: fluxcdbot - messageTemplate: "{{range .Updated.Images}}{{println .}}{{end}}" push: branch: main update: path: ./ - strategy: Setters