mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-26 06:43:31 +02:00
Immich: retarget addons_updater to immich-app/immich so v3+ is tracked
imagegenius/docker-immich stopped publishing GitHub releases (its newest release is a "2026.0.0" announcement to that effect) and ships v3 only to GHCR, so lastversion was stuck returning 2.7.5 and the add-ons never updated past v2. Point the four Immich updater.json files at the real product repo immich-app/immich, which publishes clean stable vX.Y.Z releases (currently v3.0.1). The build.json images stay on the imagegenius :3 rolling tag, which serves the newest 3.x build, keeping the tracked version and the pulled image coherent. Also clear the now-obsolete github_exclude "2026" guard. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PcbbgB7A5LLbPuPRjLUouk
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"github_exclude": "2026",
|
||||
"github_exclude": "",
|
||||
"last_update": "2026-07-04",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_repo": "immich-app/immich",
|
||||
"upstream_version": "3.0.1"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"github_exclude": "2026",
|
||||
"github_exclude": "",
|
||||
"last_update": "2026-07-04",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_repo": "immich-app/immich",
|
||||
"upstream_version": "3.0.1"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"github_exclude": "2026",
|
||||
"github_exclude": "",
|
||||
"last_update": "2026-07-04",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_repo": "immich-app/immich",
|
||||
"upstream_version": "3.0.1"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"github_exclude": "2026",
|
||||
"github_exclude": "",
|
||||
"last_update": "2026-07-04",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_repo": "immich-app/immich",
|
||||
"upstream_version": "3.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user