15 lines
301 B
YAML
15 lines
301 B
YAML
---
|
|
apiVersion: image.toolkit.fluxcd.io/v1
|
|
kind: ImageRepository
|
|
metadata:
|
|
name: immich-server
|
|
namespace: immich
|
|
spec:
|
|
# https://github.com/immich-app/immich/pkgs/container/immich-server
|
|
image: ghcr.io/immich-app/immich-server
|
|
interval: 24h
|
|
exclusionList:
|
|
- pr*
|
|
- main
|
|
- main*
|