From 1dfd1ccb2b3654d623e18fd60e0b2b6e75d28d59 Mon Sep 17 00:00:00 2001 From: Andrew Meyer Date: Fri, 7 Apr 2023 12:07:02 -0700 Subject: [PATCH] Update Image status details --- docs/image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/image.md b/docs/image.md index 5b193ce6d..4ffac4e80 100644 --- a/docs/image.md +++ b/docs/image.md @@ -332,7 +332,7 @@ status: conditions: - lastTransitionTime: "2020-01-17T16:16:36Z" status: "True" - type: Succeeded + type: Ready latestImage: index.docker.io/sample/image@sha256:d3eb15a6fd25cb79039594294419de2328f14b443fa0546fa9e16f5214d61686 ... ``` @@ -344,7 +344,7 @@ status: conditions: - lastTransitionTime: "2020-01-17T16:13:48Z" status: "False" - type: Succeeded + type: Ready ... ```