You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4 enables fetching images from a Flux distribution github repository. But it should instead fetch images metadata directly from the registry. We already know the name and tag for every controller for a given release. What can really change and is needed is the digest. For different setup an advertised digest in github may not be available yet in the provided registry. And really the registry should be the source of truth for when to trigger an update.
The text was updated successfully, but these errors were encountered:
This is a followup to #4.
#4 enables fetching images from a Flux distribution github repository. But it should instead fetch images metadata directly from the registry. We already know the
name
andtag
for every controller for a given release. What can really change and is needed is thedigest
. For different setup an advertiseddigest
in github may not be available yet in the provided registry. And really the registry should be the source of truth for when to trigger an update.The text was updated successfully, but these errors were encountered: