mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-09 20:31:10 +00:00
clarify it's updated remotely, not locally yet
This commit is contained in:
parent
13723a6bb4
commit
e5879a7394
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ async def docker_registry_check() -> list[alerts.Alert]:
|
|||
alert_list.append(
|
||||
alerts.Alert(
|
||||
alert_type=alerts.AlertType.UPDATE,
|
||||
message=f"{image} docker image has been updated",
|
||||
message=f"{image} docker image: new version available",
|
||||
severity=alerts.Severity.INFO,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue