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 bebc82a1..cac9a9d6 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -385,19 +385,27 @@ spec: type: string failure: properties: - code: - type: string - message: - type: string - stepIndex: - type: integer - while: + error: + properties: + code: + type: string + message: + type: string + stepIndex: + type: integer + while: + type: string + required: + - code + - message + - stepIndex + - while + type: object + timestamp: + format: date-time type: string required: - - code - - message - - stepIndex - - while + - error type: object observedGeneration: format: int64 @@ -670,9 +678,15 @@ spec: - stepIndex - while type: object + timestamps: + items: + format: date-time + type: string + type: array required: - count - error + - timestamps type: object type: array required: diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 3186907e..1f47b9c6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -634,7 +634,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: 4d0942a + tag: "6881890" env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: