blob: b67aa6742f08362a66a90f5928c184d1feae8717 [file] [log] [blame]
gio404e2372025-07-11 12:50:26 +04001{{- $name := .Values.immich.persistence.library.existingClaim | required ".Values.immich.persistence.library.existingClaim is required." -}}
2
3{{ if .Values.postgresql.enabled }}
4 {{ if not .Values.useDeprecatedPostgresChart}}
5 {{ fail "The postgres subchart is deprecated. Please see https://github.com/immich-app/immich-charts/issues/149 for more detail." }}
6 {{ end }}
7{{ end }}