Unable to update Supervisor 2022.6.7 -> 7.0

I’m trying to update my supervisor and perpetually getting the following error. OS version is already at 8.4, Core is at 2022.6.7. Running on Proxmox. All prior updates installed without issue. Installation reports as “unhealthy” due to supervisor failing to update.

Logger: homeassistant.core
Source: components/hassio/update.py:256 
First occurred: 9:13:38 PM (1 occurrences) 
Last logged: 9:13:38 PM

Error executing service: <ServiceCall update.install (c:01G9GM5K28TG9NBFS45H1EGXV0): entity_id=['update.home_assistant_supervisor_update'], backup=False>
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 254, in async_install
    await async_update_supervisor(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 47, in _wrapper
    raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2022.07.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.07.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": context deadline exceeded")

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/core.py", line 1722, in catch_exceptions
    await coro_or_task
  File "/usr/src/homeassistant/homeassistant/core.py", line 1741, in _execute_service
    await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service
    await service.entity_service_call(
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 680, in entity_service_call
    future.result()  # pop exception if have
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 964, in async_request_call
    await coro
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 717, in _handle_entity_call
    await result
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 152, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 411, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 256, in async_install
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2022.07.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.07.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": context deadline exceeded")


Have you had any luck with this? I have been having similar errors. Unable to update and it looks to be an issue with the route I am taking now hitting → eqix-dc5.github-1.com [206.126.237.27] , If I use a VPN and route my traffic differently I can update from ghcr.io with no issues, this is also not only a home assistant issue, I have update issues with many other containers.

22-08-10 06:51:57 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2022.8.3
22-08-10 06:51:57 INFO (SyncWorker_7) [supervisor.docker.interface] Updating image Package odroid-n2-homeassistant · GitHub to ghcr.io/home-assistant/odroid-n2-homeassistant:2022.8.3
22-08-10 06:51:57 INFO (SyncWorker_7) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/odroid-n2-homeassistant with tag 2022.8.3.
22-08-10 07:02:43 ERROR (SyncWorker_7) [supervisor.docker.interface] Can’t install ghcr.io/home-assistant/odroid-n2-homeassistant:2022.8.3: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/odroid-n2-homeassistant:2022.8.3/json: Not Found (“no such image: ghcr.io/home-assistant/odroid-n2-homeassistant:2022.8.3: No such image: ghcr.io/home-assistant/odroid-n2-homeassistant:2022.8.3”)
22-08-10 07:02:43 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed