cluster

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

base-image-updater.yaml (471B)


      1 apiVersion: image.toolkit.fluxcd.io/v1
      2 kind: ImageUpdateAutomation
      3 metadata:
      4   name: base-images
      5   namespace: flux-system
      6 spec:
      7   interval: 30m
      8   sourceRef:
      9     kind: GitRepository
     10     name: flux-system
     11   git:
     12     commit:
     13       author:
     14         email: fluxcdbot@users.noreply.github.com
     15         name: fluxcdbot
     16       message: "chore(base-images): auto-update base image digests"
     17     push:
     18       branch: main
     19   update:
     20     path: ./apps/talos_cluster/
     21     strategy: Setters