jetstack / version-checker

Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
https://jetstack.io
Apache License 2.0
691 stars 78 forks source link

Cannot check packages stored on the Github Container Registry #179

Closed UntouchedWagons closed 4 months ago

UntouchedWagons commented 5 months ago

Hello there! I'm having an issue with VC being unable to get tags from the GHCR:

time="2024-04-15T19:52:26Z" level=error msg="error syncing 'radarr-698cdfdc65-5gs6r/servarr': failed to sync pod radarr-698cdfdc65-5gs6r/servarr: failed to check container image \"postgres-init\": failed to get tags from remote registry for \"ghcr.io/onedr0p/postgres-init\": failed to get Org Package Versions: GET https://api.github.com/orgs/onedr0p/packages/container/postgres-init/versions?package_type=container&per_page=100&state=active: 404 Not Found [], requeuing" module=controller

I am using a github token but didn't select any scopes because none of them seemed relevant. This might possibly be related to issue #175?

Thanks!