Skip to content

Commit

Permalink
chore: Add note about version tag to README (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Mar 2, 2024
1 parent 8e03efe commit d7888fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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 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 d7888fa

Please sign in to comment.