40 lines
664 B
YAML
40 lines
664 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: immich
|
|
namespace: immich
|
|
spec:
|
|
interval: 24h
|
|
type: "oci"
|
|
url: oci://ghcr.io/immich-app/immich-charts
|
|
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: immich
|
|
namespace: immich
|
|
spec:
|
|
interval: 30m
|
|
chart:
|
|
spec:
|
|
chart: immich
|
|
version: 0.9.3
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: immich
|
|
values:
|
|
immich:
|
|
persistence:
|
|
library:
|
|
existingClaim: library
|
|
|
|
redis:
|
|
enabled: true
|
|
|
|
postgresql:
|
|
global:
|
|
postgresql:
|
|
auth:
|
|
existingSecret:
|