So this is what happened: Supervisor 2022.11.1 wont install · Issue #4003 · home-assistant/supervisor · GitHub
thanks @CentralCommand and @bdraco for helping us out!
you can fix the supervisor issue by entering
version="2022.11.2" arch=`docker image ls | grep -- '-hassio-observer' | awk '{print $1}' | awk -F/ '{print $3}' | awk -F- '{print $1}'` && docker pull "ghcr.io/home-assistant/${arch}-hassio-supervisor:${version}" && docker tag "ghcr.io/home-assistant/${arch}-hassio-supervisor:${version}" "ghcr.io/home-assistant/${arch}-hassio-supervisor:latest" && docker stop hassio_supervisor && docker rm hassio_supervisor
in the Community Add-on: SSH & Web Termina with Protection mode disabled. (note: not the core add-on, that won’t enter the Host system).
Or, alternatively, enter the same command in an external Terminal window and shell in to port 22222 (see here how to do that)
After that, your system will breathe again, and Supervisor is auto-updated to the latest.
You can also use a keyboard and monitor directly to the device the HA instance is running. see: Supervisor 2022.11.1 wont install · Issue #4003 · home-assistant/supervisor · GitHub