flux update

This commit is contained in:
Graham McIntire 2026-04-27 12:57:15 -05:00
parent 06a635e154
commit 388129865e
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -25,82 +25,3 @@ spec:
path: ./k8s
prune: true
targetNamespace: prop
---
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageRepository
metadata:
name: prop
namespace: flux-system
spec:
image: git.mcintire.me/graham/prop
interval: 1m
provider: generic
secretRef:
name: forgejo-registry
---
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImagePolicy
metadata:
name: prop
namespace: flux-system
spec:
imageRepositoryRef:
name: prop
policy:
numerical:
order: asc
filterTags:
pattern: ^main-(?P<ts>[0-9]+)-[a-f0-9]+$
extract: $ts
---
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageRepository
metadata:
name: prop-grid-rs
namespace: flux-system
spec:
image: git.mcintire.me/graham/prop-grid-rs
interval: 1m
provider: generic
secretRef:
name: forgejo-registry
---
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImagePolicy
metadata:
name: prop-grid-rs
namespace: flux-system
spec:
imageRepositoryRef:
name: prop-grid-rs
policy:
numerical:
order: asc
filterTags:
pattern: ^main-(?P<ts>[0-9]+)-[a-f0-9]+$
extract: $ts
---
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: prop
namespace: flux-system
spec:
interval: 1m
sourceRef:
kind: GitRepository
name: prop
git:
checkout:
ref:
branch: main
commit:
author:
name: FluxCD
email: fluxcd@w5isp.com
messageTemplate: 'chore: update prop image to {{range .Changed.Changes}}{{.NewValue}}{{end}} [skip ci]'
push:
branch: main
update:
path: ./k8s
strategy: Setters