Closed erwanval closed 2 months ago
Hey @erwanval Thanks for raising this issue, it looks like this could be a regression from when we migrated to use GitHub Packages from Releases.
I've raised PR #227 that will resolve this, where if you don't provide version-checker a GitHub Token, then we'll fall back to our traditional/standard OCI Repository version discovery.
Describe the bug When checking for public images hosted on ghcr.io, version checker return an error "401 Bad Credentials" when no token is defined, and no metric is produced for them. After a while, it hits the rate limit and it becomes a 403, but I don't think this is related.
To Reproduce Steps to reproduce the behavior:
ghcr.token
not set)ghcr.io/stakater/reloader
(or any other public ghcr.io image)Expected behavior version-checker should not return an error and produce a metric for ghcr.io images
Logs
Environment (please complete the following information):
Additional context Add any other context about the problem here.