From 0fda2d8aa265374eaaf0df91434830e4198b9e16 Mon Sep 17 00:00:00 2001 From: Xyz00777 <52142054+Xyz00777@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:01:21 +0200 Subject: [PATCH] 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> --- .../source/markdown/podman-auto-update.1.md.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/markdown/podman-auto-update.1.md.in b/docs/source/markdown/podman-auto-update.1.md.in index 5ee2cad45f..1963867362 100644 --- a/docs/source/markdown/podman-auto-update.1.md.in +++ b/docs/source/markdown/podman-auto-update.1.md.in @@ -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**