add immich
This commit is contained in:
39
apps/immich/release.yaml
Normal file
39
apps/immich/release.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
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:
|
||||
Reference in New Issue
Block a user