blake / external-mdns

A service to advertise records for Kubernetes resources on a LAN over multicast DNS.
Apache License 2.0
59 stars 9 forks source link

Invalid image on docker hub #20

Open L2jLiga opened 4 months ago

L2jLiga commented 4 months ago

Hi there,

I'm using Argo image updater and it infinitely swaps between v0.5.0 and 0.5.0 image tagsm this leads to re-sync from ArgoCD side.

The main problem is when it switches to v0.5.0 pods fails to start because v0.5.0 has only arm64 image

blake commented 4 months ago

Thanks for reporting this. I'll look at pushing another image of v0.5 (v0.5.0-1?) that has both linux/amd64 and linux/arm64 support.