I'm new to Helm, as I usually write the deployments myself. This time, I wanted to be bold, so I opted to go for the Helm chart. I've done what the instructions tell me to do (create PVC for library) but redis and postgres also seem to require this?
The only things I've changed in the original configuration is image.tag: v1.107.2, immich.persistence.library.existingClaim: immich-pvc-library, postgresql.enabled: true, and redis.enabled: true - other than that, it's a stock configuration.
What am I doing wrong? Thank you in advance π
.