2023-11-04 00:41:08 +00:00
|
|
|
apiVersion: image.toolkit.fluxcd.io/v1beta1
|
2023-11-04 00:15:22 +00:00
|
|
|
kind: ImageUpdateAutomation
|
|
|
|
metadata:
|
|
|
|
name: general-api-image-update-automation
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
2023-11-04 00:43:15 +00:00
|
|
|
interval: 1m
|
2023-11-04 00:15:22 +00:00
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
|
|
|
name: flux-system
|
|
|
|
git:
|
|
|
|
checkout:
|
|
|
|
ref:
|
|
|
|
branch: main
|
|
|
|
commit:
|
|
|
|
author:
|
|
|
|
name: fluxcdbot
|
|
|
|
email: fluxcdbot@clortox.com
|
|
|
|
messageTemplate: 'Update image tag to {{range .Updated.Images}}{{println .}}{{end}}'
|
|
|
|
update:
|
|
|
|
path: ./api/general-api
|
|
|
|
strategy: Setters
|
|
|
|
|