Skip to content

Commit 7c9b7a3

Browse files
committed
add appRevision to appStatus in promotion task crd
1 parent 326ea98 commit 7c9b7a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ spec:
474474
properties:
475475
appStatus:
476476
properties:
477+
appRevision:
478+
type: string
477479
health:
478480
description: Represents resource health status
479481
type: string
@@ -512,6 +514,8 @@ spec:
512514
properties:
513515
appStatus:
514516
properties:
517+
appRevision:
518+
type: string
515519
health:
516520
description: Represents resource health status
517521
type: string
@@ -600,6 +604,8 @@ spec:
600604
properties:
601605
appStatus:
602606
properties:
607+
appRevision:
608+
type: string
603609
health:
604610
description: Represents resource health status
605611
type: string

0 commit comments

Comments
 (0)