-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Description
Reported here: fluxcd/flux2#2219
Having an automation that should reconcile every 7 minutes:
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageUpdateAutomation
metadata:
name: flux-system
namespace: flux-system
spec:
git:
checkout:
ref:
branch: master
commit:
author:
email: me@example.com
name: me
messageTemplate: '{{range .Updated.Images}}{{println .}}{{end}}'
push:
branch: master
interval: 7m0s
sourceRef:
kind: GitRepository
name: flux-system
update:
path: ./staging
strategy: Setters
The reconciliation stoped two days ago for unknown reasons:
$ date
Fri Dec 17 16:25:48 EET 2021
$ flux get image update
NAME READY MESSAGE LAST RUN SUSPENDED
flux-system True no updates made; last commit 8574614 at 2021-12-14T22:47:08Z 2021-12-15T08:15:01-07:00 Falsemaxbrunet, juozasget, dschunack and madhifallah
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done