add onlyoffice auto update latest image
This commit is contained in:
@@ -15,7 +15,9 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: onlyoffice
|
||||
image: onlyoffice/documentserver:latest
|
||||
### Maintained by flux - Image Update Automation
|
||||
image: onlyoffice/documentserver:latest # {"$imagepolicy": "casa-limbosolutions-com:onlyoffice"}
|
||||
###
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImagePolicy
|
||||
metadata:
|
||||
name: onlyoffice
|
||||
spec:
|
||||
imageRepositoryRef:
|
||||
name: onlyoffice
|
||||
filterTags:
|
||||
pattern: '^latest$'
|
||||
policy:
|
||||
alphabetical: {}
|
||||
digestReflectionPolicy: Always
|
||||
interval: 24h
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
apiVersion: image.toolkit.fluxcd.io/v1
|
||||
kind: ImageRepository
|
||||
metadata:
|
||||
name: onlyoffice
|
||||
spec:
|
||||
image: onlyoffice/documentserver:latest
|
||||
interval: 40h
|
||||
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user