Skip to content

Commit e9b22bb

Browse files
committed
add appRevision to appStatus in promotion task crd
1 parent 4216bb7 commit e9b22bb

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
@@ -482,6 +482,8 @@ spec:
482482
properties:
483483
appStatus:
484484
properties:
485+
appRevision:
486+
type: string
485487
health:
486488
description: Represents resource health status
487489
type: string
@@ -520,6 +522,8 @@ spec:
520522
properties:
521523
appStatus:
522524
properties:
525+
appRevision:
526+
type: string
523527
health:
524528
description: Represents resource health status
525529
type: string
@@ -608,6 +612,8 @@ spec:
608612
properties:
609613
appStatus:
610614
properties:
615+
appRevision:
616+
type: string
611617
health:
612618
description: Represents resource health status
613619
type: string

0 commit comments

Comments
 (0)