25 lines
479 B
YAML
25 lines
479 B
YAML
apiVersion: image.toolkit.fluxcd.io/v1
|
|
kind: ImageUpdateAutomation
|
|
metadata:
|
|
name: onlyoffice
|
|
spec:
|
|
interval: 1m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: cloud-limbosolutions-com
|
|
git:
|
|
checkout:
|
|
ref:
|
|
branch: main
|
|
commit:
|
|
author:
|
|
name: FluxCD
|
|
email: flux@local
|
|
messageTemplate: |
|
|
Update whiteboard image.
|
|
push:
|
|
branch: main
|
|
update:
|
|
path: /deploy/onlyoffice/deployment.yaml
|
|
strategy: Setters
|