add onlyoffice auto update latest image
This commit is contained in:
@@ -15,7 +15,9 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: onlyoffice
|
- name: onlyoffice
|
||||||
image: onlyoffice/documentserver:latest
|
### Maintained by flux - Image Update Automation
|
||||||
|
image: onlyoffice/documentserver:latest # {"$imagepolicy": "casa-limbosolutions-com:onlyoffice"}
|
||||||
|
###
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
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
|
||||||
@@ -20,5 +20,5 @@ spec:
|
|||||||
push:
|
push:
|
||||||
branch: main
|
branch: main
|
||||||
update:
|
update:
|
||||||
path: .deploy/whiteboard/deployment.yaml
|
path: /deploy/whiteboard/deployment.yaml
|
||||||
strategy: Setters
|
strategy: Setters
|
||||||
|
|||||||
Reference in New Issue
Block a user