13 lines
298 B
YAML
13 lines
298 B
YAML
---
|
|
apiVersion: image.toolkit.fluxcd.io/v1
|
|
kind: ImageRepository
|
|
metadata:
|
|
name: immich-exporter
|
|
namespace: immich
|
|
spec:
|
|
# https://hub.docker.com/r/friendlyfriend/prometheus-immich-exporter/tags
|
|
image: friendlyfriend/prometheus-immich-exporter
|
|
interval: 24h
|
|
exclusionList:
|
|
- latest
|