diff --git a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml index cac9a9d6f..416c00819 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -487,6 +487,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -525,6 +527,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -613,6 +617,8 @@ spec: type: string healthMessage: type: string + revision: + type: string sync: description: SyncStatusCode is a type which represents possible comparison results @@ -697,6 +703,9 @@ spec: required: - spec type: object + selectableFields: + - jsonPath: .status.complete + - jsonPath: .status.phase served: true storage: true subresources: