[BUG] 1.88.0+ are missing immich-web and immich-proxy containers #1662

Closed
opened 2026-02-05 02:55:35 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Scrumplex on GitHub (Nov 21, 2023).

The bug

1.88.0 and 1.88.1 didn't publish new tags for immich-web and immich-proxy causing my Helm chart deployment to fail.

The OS that Immich Server is running on

K3s on NixOS

Version of Immich Server

v1.88.1

Version of Immich Mobile App

N/A

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

values:
  global:
    storageClass: "openebs-hostpath"
  image:
    # registry and repository are only declared for renovate
    registry: ghcr.io
    repository: immich-app/immich-server
    tag: v1.88.1
  immich:
    persistence:
      library:
        existingClaim: photo-library
  postgresql:
    enabled: true
  redis:
    enabled: true
  typesense:
    enabled: true
    persistence:
      tsdata:
        enabled: true
        storageClass: "openebs-hostpath"
  machine-learning:
    probes:
      liveness:
        spec:
          initialDelaySeconds: 60
  proxy:
    ingress:
      main:
        annotations:
          traefik.ingress.kubernetes.io/router.entrypoints: websecure
        enabled: true
        hosts:
          - host: immich.foobar
            paths:
              - path: /
                pathType: Prefix
        ingressClassName: "traefik"

Your .env content

(empty)

Reproduction steps

1. Try to pull `ghcr.io/immich-app/immich-web:v1.88.1`

Additional information

No response

Originally created by @Scrumplex on GitHub (Nov 21, 2023). ### The bug 1.88.0 and 1.88.1 didn't publish new tags for `immich-web` and `immich-proxy` causing my Helm chart deployment to fail. ### The OS that Immich Server is running on K3s on NixOS ### Version of Immich Server v1.88.1 ### Version of Immich Mobile App N/A ### Platform with the issue - [X] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML values: global: storageClass: "openebs-hostpath" image: # registry and repository are only declared for renovate registry: ghcr.io repository: immich-app/immich-server tag: v1.88.1 immich: persistence: library: existingClaim: photo-library postgresql: enabled: true redis: enabled: true typesense: enabled: true persistence: tsdata: enabled: true storageClass: "openebs-hostpath" machine-learning: probes: liveness: spec: initialDelaySeconds: 60 proxy: ingress: main: annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure enabled: true hosts: - host: immich.foobar paths: - path: / pathType: Prefix ingressClassName: "traefik" ``` ### Your .env content ```Shell (empty) ``` ### Reproduction steps ```bash 1. Try to pull `ghcr.io/immich-app/immich-web:v1.88.1` ``` ### Additional information _No response_
Author
Owner

@talondnb commented on GitHub (Nov 21, 2023):

https://github.com/immich-app/immich/discussions/5086

@talondnb commented on GitHub (Nov 21, 2023): https://github.com/immich-app/immich/discussions/5086
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1662