immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
106 stars 45 forks source link

Add support for Typesense deployment #18

Closed bo0tzz closed 1 year ago

bo0tzz commented 1 year ago

Immich release v1.51.0 added an extra Typesense container to the stack that is currently required. This is another infrastructure component like postgres and redis.

While there is a typesense helm chart at https://github.com/Spittal/typesense-helm, it hasn't been updated for a while. Typesense doesn't need anything specific and so it would also be totally fine to use the common-library to deploy it.

tarik02 commented 1 year ago

Actually it is not required. As a temporary workaround you can disabled it by adding:

common_env:
  ...
  TYPESENSE_ENABLED: false # this
PixelJonas commented 1 year ago

This should be resolved with #20