chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.133.1 (#95)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
renovate[bot] 2025-05-25 23:05:33 +02:00 committed by GitHub
parent c8f0df0754
commit 692b76f7f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -11,12 +11,15 @@ maintainers:
email: sebastian@poxhofer.at email: sebastian@poxhofer.at
type: application type: application
version: 0.5.10 version: 0.6.0
# renovate: image=ghcr.io/immich-app/immich-server # renovate: image=ghcr.io/immich-app/immich-server
appVersion: "v1.132.3" appVersion: "v1.133.1"
annotations: annotations:
artifacthub.io/category: storage artifacthub.io/category: storage
artifacthub.io/links: | artifacthub.io/links: |
- name: support - name: support
url: https://github.com/secustor/helm-charts/issues url: https://github.com/secustor/helm-charts/issues
artifacthub.io/changes: |
- Immich version update
- Breaking change: The `immich-server` image was updated to `v1.133.1` which contains breaking changes. If you are using `pgvector` you should be fine else you need to migrate your database. https://github.com/immich-app/immich/releases/tag/v1.133.0

View file

@ -7,7 +7,7 @@ is targeted at an audience which wants to have some lower level control over the
This chart requires: This chart requires:
- a PostgreSQL database with `pgvector` or `pgvector.rs` extension installed - a PostgreSQL database with `pgvector` or [`VectorChord`](https://immich.app/docs/administration/postgres-standalone/#migrating-to-vectorchord) extension installed
- a Redis instance - a Redis instance
## Usage ## Usage