immich added

This commit is contained in:
2025-10-27 09:44:37 +01:00
commit e6f3536e9e
37 changed files with 2670 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImagePolicy
metadata:
name: immich-valkey
namespace: immich
spec:
imageRepositoryRef:
name: immich-valkey
policy:
semver:
range: '8.*.*'

View File

@@ -0,0 +1,16 @@
---
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageRepository
metadata:
name: immich-valkey
namespace: immich
spec:
image: docker.io/valkey/valkey
interval: 24h
exclusionList:
- latest
- main
- unstable*
- alpine*
- trixie
- bookworm