Supervisor Update failed 2023.04.01 to 2023.06.2

Noticed an Unhealthy System message today and found the Supervisor update has failed.
I tried to update fromt eh GUI and from the CLI.
I get the following error:

[core-ssh ~]$ ha supervisor update
Processing… Done.

Error: Update of Supervisor failed: Can’t install ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.06.2: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.06.2&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error (“Get “https://ghcr.io/v2/”: dial tcp: lookup ghcr.io: no such host”)

I can ping ghcr.io and that is about all the troubleshooting I can do.

Any ideas or recommendations on how to fix this?

I had a similar problem but use HAOS in a VM on TrueNAS Scale. I reverted to a version that worked and did an “apk update” at the CLI.
I don’t know why it worked, but it did.

I am running HA on a Pi Yellow.

I looked thru and found this in a log file.
With he supervisor (unhealthy) I cant update any of the applications. Please advise how to fix this/
Thanks

Logger: homeassistant.core
Source: components/hassio/update.py:260
First occurred: 2:11:55 PM (1 occurrences)
Last logged: 2:11:55 PM

Error executing service: <ServiceCall update.install (c:01H46R1528VZGS5Q5NR5E9NTJ2): entity_id=[‘update.home_assistant_supervisor_update’], backup=False>
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/hassio/update.py”, line 258, in async_install
await async_update_supervisor(self.hass)
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 52, in _wrapper
raise HassioAPIError(data[“message”])
homeassistant.components.hassio.handler.HassioAPIError: Update of Supervisor failed: Can’t install ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.06.4: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.06.4&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error (“Get “https://ghcr.io/v2/”: dial tcp: lookup ghcr.io: no such host”)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/core.py”, line 1867, in catch_exceptions
await coro_or_task
File “/usr/src/homeassistant/homeassistant/core.py”, line 1889, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 226, in handle_service
await service.entity_service_call(
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 798, in entity_service_call
future.result() # pop exception if have
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 980, in async_request_call
await coro
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 838, in _handle_entity_call
await result
File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 156, in async_install
await entity.async_install_with_progress(version, backup)
File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 417, in async_install_with_progress
await self.async_install(version, backup)
File “/usr/src/homeassistant/homeassistant/components/hassio/update.py”, line 260, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Supervisor: Update of Supervisor failed: Can’t install ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.06.4: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.06.4&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error (“Get “https://ghcr.io/v2/”: dial tcp: lookup ghcr.io: no such host”)

Bueller??? Bueller??? lol
Anyone able to help me out on this?