Skip to content

Commit

Permalink
doc: get rid of typesense reference (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonros authored Mar 4, 2024
1 parent d7888fa commit 9145184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ helm install --create-namespace --namespace immich immich immich/immich -f val

There are a few things that you are required to configure in your values.yaml before installing the chart:
* You need to separately create a PVC for your library volume and configure `immich.persistence.library.existingClaim` to reference that PVC
* You need to make sure that Immich has access to a redis, postgresql, and typesense instance. You can do this either by enabling them directly in the values.yaml, or by manually setting the entries under the `env` key to point to existing instances.
* You need to make sure that Immich has access to a redis, and postgresql instance. You can do this either by enabling them directly in the values.yaml, or by manually setting the entries under the `env` key to point to existing instances.
* You need to set `image.tag` to the version you want to use, as this chart does not update with every Immich release.

# Configuration
Expand Down

0 comments on commit 9145184

Please sign in to comment.