| gio | 404e237 | 2025-07-11 12:50:26 +0400 | [diff] [blame^] | 1 | {{- $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 }} | ||||