[GH-ISSUE #781] [Bug] No more update notifications ? #8678

Closed
opened 2026-05-03 04:50:05 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @welle on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/781

Hi

Since a few days (weeks ?), I don't get updates notifications.
When I open the stacks view and click on "Pending updates" there are no updates for my containers.

However, after checking a few stacks, I see new version available.

Can not find any explanations on this, can you help me ? :)

Image

And, for instance, huntarr have updates:

Image

On my instance of Huntarr, I only have

Image

In the definition of my Huntarr stacks, the config deployed is:

name: huntarr
services:
  huntarr:
    container_name: huntarr
    environment:
      TZ: Europe/Brussels
    image: huntarr/huntarr:latest
    networks:
      default: null
    ports:
      - mode: ingress
        target: ****
        published: "****"
        protocol: tcp
    restart: always
    volumes:
      - type: bind
        source: ******/config
        target: /config
        bind:
          create_host_path: true
networks:
  default:
    name: huntarr_default

(**** are real values, I just removed them for privacy)

Originally created by @welle on GitHub (Aug 28, 2025). Original GitHub issue: https://github.com/moghtech/komodo/issues/781 Hi Since a few days (weeks ?), I don't get updates notifications. When I open the stacks view and click on "Pending updates" there are no updates for my containers. However, after checking a few stacks, I see new version available. Can not find any explanations on this, can you help me ? :) <img width="1550" height="462" alt="Image" src="https://github.com/user-attachments/assets/614e1793-c814-4315-974d-fbeec23aad49" /> And, for instance, huntarr have updates: <img width="1518" height="571" alt="Image" src="https://github.com/user-attachments/assets/bd60d79f-a2ef-4deb-bf89-857f71d7e663" /> On my instance of Huntarr, I only have <img width="1397" height="137" alt="Image" src="https://github.com/user-attachments/assets/f70eebde-8be2-4ed6-b82e-82f86f38ca99" /> In the definition of my Huntarr stacks, the config deployed is: ``` name: huntarr services: huntarr: container_name: huntarr environment: TZ: Europe/Brussels image: huntarr/huntarr:latest networks: default: null ports: - mode: ingress target: **** published: "****" protocol: tcp restart: always volumes: - type: bind source: ******/config target: /config bind: create_host_path: true networks: default: name: huntarr_default ``` (**** are real values, I just removed them for privacy)
Author
Owner

@mbecker20 commented on GitHub (Aug 28, 2025):

There were changes to how auto update work in 1.19.0, basically existing installs just have to schedule it now, see https://komo.do/docs/resources/auto-update

<!-- gh-comment-id:3232701305 --> @mbecker20 commented on GitHub (Aug 28, 2025): There were changes to how auto update work in 1.19.0, basically existing installs just have to schedule it now, see https://komo.do/docs/resources/auto-update
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#8678