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 112edc12..c0f31bd0 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml @@ -77,6 +77,16 @@ spec: properties: getPromotionValues: properties: + commitAuthorId: + properties: + email: + type: string + username: + type: string + required: + - email + - username + type: object commitSha: maxLength: 40 minLength: 7 @@ -393,6 +403,8 @@ spec: type: string getPromotionValues: properties: + commitAuthorAvatarUrl: + type: string phase: description: GetPromotionValuesStatusPhase enum: diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index a582ac96..7adcb670 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -728,7 +728,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: 266564a + tag: a1316ff env: GITOPS_OPERATOR_VERSION: 0.11.1 serviceAccount: