Kubernetes manifests for deploying to home cluster in the aprs namespace with Forgejo Actions CI pipeline for building and pushing container images to git.mcintire.me registry.
14 lines
281 B
YAML
14 lines
281 B
YAML
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
|
kind: ImagePolicy
|
|
metadata:
|
|
name: aprs-me
|
|
namespace: flux-system
|
|
spec:
|
|
imageRepositoryRef:
|
|
name: aprs-me
|
|
filterTags:
|
|
pattern: '^main-(?P<ts>[0-9]+)-[a-f0-9]+$'
|
|
extract: '$ts'
|
|
policy:
|
|
numerical:
|
|
order: asc
|