Add portainer as container orchestra (#3889)

This commit is contained in:
Pascal Vizeli 2022-09-22 17:12:37 +02:00 committed by GitHub
parent 2a6fc512e7
commit 262fd05c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ _LOGGER: logging.Logger = logging.getLogger(__name__)
UNHEALTHY_IMAGES = [ UNHEALTHY_IMAGES = [
"watchtower", "watchtower",
"ouroboros", "ouroboros",
"portainer",
] ]
IGNORE_IMAGES = ["sha256"] IGNORE_IMAGES = ["sha256"]