Skip to content

Allow excluding services from global auto update #1279

Open
mateuszziolkowski wants to merge 2 commits intomoghtech:mainfrom
mateuszziolkowski:feat/ignore-polling-services
Open

Allow excluding services from global auto update #1279
mateuszziolkowski wants to merge 2 commits intomoghtech:mainfrom
mateuszziolkowski:feat/ignore-polling-services

Conversation

@mateuszziolkowski
Copy link
Copy Markdown

Problem:
We have our Global Auto Update set to run every 3 minutes, which depletes docker hub limits really fast. Only one service in our stack needs to be constantly checked for updates (and it's on ghcr.io, so no rate limit problem).
One of the solutions was to set specific image digests (@sha256:...) for all services using images from docker hub in compose.yaml, but then when you want to update - you have to manually check for digests and replace them in compose.yaml.

Solution:
This PR adds new option, which allows you to exclude services from Global Auto Updates checks (manual checks still look for new digest).

When poll for updates disabled:
obraz

When poll for updates enabled:
obraz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants