check helm release is ready or not

Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
LiHui
2021-04-02 18:04:44 +08:00
parent 066dfe7066
commit fc165f97d8
11 changed files with 287 additions and 136 deletions

View File

@@ -98,14 +98,14 @@ spec:
items:
properties:
deployTime:
description: deploy time
description: deploy time, upgrade time or check status time
format: date-time
type: string
message:
description: A human readable message indicating details about why the release is in this state.
type: string
state:
description: deploy state
description: current state of the release
type: string
required:
- deployTime
@@ -113,7 +113,7 @@ spec:
type: object
type: array
lastDeployed:
description: last successful deploy time
description: last deploy time or upgrade time
format: date-time
type: string
lastUpdate: