cluster

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

bookwyrm.yaml (408B)


      1 apiVersion: image.toolkit.fluxcd.io/v1beta2
      2 kind: ImageRepository
      3 metadata:
      4   name: bookwyrm
      5   namespace: flux-system
      6 spec:
      7   image: registry.midnightthoughts.space/mtrnord/bookwyrm
      8   interval: 1h
      9 ---
     10 apiVersion: image.toolkit.fluxcd.io/v1beta2
     11 kind: ImagePolicy
     12 metadata:
     13   name: bookwyrm
     14   namespace: flux-system
     15 spec:
     16   imageRepositoryRef:
     17     name: bookwyrm
     18   policy:
     19     semver:
     20       range: ">=v0.8.0"