All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
13 lines
681 B
YAML
13 lines
681 B
YAML
{{- $name := .Values.immich.persistence.library.existingClaim | required ".Values.immich.persistence.library.existingClaim is required." -}}
|
|
{{- if not (kindIs "string" $name) -}}{{- fail ".Values.immich.persistence.library.existingClaim must be a string" -}}{{- end -}}
|
|
|
|
{{ if .Values.postgresql }}
|
|
{{ fail "The postgres subchart has been removed. Please see https://github.com/immich-app/immich-charts/issues/149 for more detail." }}
|
|
{{ end }}
|
|
|
|
{{ if hasKey .Values "redis" }}
|
|
{{ if .Values.redis.enabled }}
|
|
{{ fail "The bitnami redis subchart has been deprecated and removed. Please use the included valkey deployment or an external instance."}}
|
|
{{ end }}
|
|
{{ end }}
|