added updated state in podman-auto-update.1.md.in

added missing state "pending" for updated is avialable. im not sure if others missing, i just found this missing while creating a script

Signed-off-by: Xyz00777 <52142054+Xyz00777@users.noreply.github.com>
This commit is contained in:
Xyz00777
2025-07-20 18:01:21 +02:00
committed by GitHub
parent b2ccef27fa
commit 0fda2d8aa2

View File

@ -58,15 +58,15 @@ The `UPDATED` field indicates the availability of a new image with "pending".
Change the default output format. This can be of a supported type like 'json' or a Go template.
Valid placeholders for the Go template are listed below:
| **Placeholder** | **Description** |
| --------------- | -------------------------------------- |
| .Container | ID and name of the container |
| .ContainerID | ID of the container |
| .ContainerName | Name of the container |
| .Image | Name of the image |
| .Policy | Auto-update policy of the container |
| .Unit | Name of the systemd unit |
| .Updated | Update status: true,false,failed |
| **Placeholder** | **Description** |
| --------------- | ---------------------------------------- |
| .Container | ID and name of the container |
| .ContainerID | ID of the container |
| .ContainerName | Name of the container |
| .Image | Name of the image |
| .Policy | Auto-update policy of the container |
| .Unit | Name of the systemd unit |
| .Updated | Update status: true,false,failed,pending |
#### **--rollback**