-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container)!: Update immich monorepo (v2.7.5 ➔ v3.1.0) #3618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5e2f295
0c0561e
97fcd63
9d07ea5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ spec: | |
| main: | ||
| image: | ||
| repository: ghcr.io/immich-app/immich-server | ||
| tag: v2.7.5@sha256:c15bff75068effb03f4355997d03dc7e0fc58720c2b54ad6f7f10d1bc57efaa5 | ||
| tag: v3.1.0@sha256:b434cb9287eea1471c9974845914d4dd328c9c2d652e446ed4930f99944f0ceb | ||
| resources: | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛑 Blocker (bug): The init-db container uses postgres-init:v18; verify compatibility with Immich v3.0.2 database schema changes. Automated finding from AI PR review. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still open after this push; carried forward. (as of f9b6ac8) |
||
| requests: | ||
| cpu: 100m | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Info (question): Resource requests and limits are unchanged; verify they remain appropriate for Immich v3.0.3 workload characteristics. Automated finding from AI PR review. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still open after this push; carried forward. (as of aeed5cc) |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift
Verify Immich v3 migration prerequisites before rollout.
This change upgrades Immich from
v2.7.5tov3.1.0. The PR objective lists breaking changes, including removal of deprecated environment variables and pgvecto.rs support. This manifest only changes the image reference.Confirm that database migration, PostgreSQL extension compatibility, backup, rollback,
postgres-init:v18, and referenced configuration are handled by other Flux manifests before deployment. If they are not, block the rollout until the migration plan is committed.🤖 Prompt for AI Agents