Skip to content

Commit 10b19a7

Browse files
committed
Merge remote-tracking branch 'origin/main' into cr-31211-security-main
2 parents f388076 + e510cd3 commit 10b19a7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ spec:
7777
properties:
7878
getPromotionValues:
7979
properties:
80+
commitAuthorId:
81+
properties:
82+
email:
83+
type: string
84+
username:
85+
type: string
86+
required:
87+
- email
88+
- username
89+
type: object
8090
commitSha:
8191
maxLength: 40
8292
minLength: 7
@@ -393,6 +403,8 @@ spec:
393403
type: string
394404
getPromotionValues:
395405
properties:
406+
commitAuthorAvatarUrl:
407+
type: string
396408
phase:
397409
description: GetPromotionValuesStatusPhase
398410
enum:

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ gitops-operator:
728728
# -- defaults
729729
registry: quay.io
730730
repository: codefresh/codefresh-gitops-operator
731-
tag: 266564a
731+
tag: a1316ff
732732
env:
733733
GITOPS_OPERATOR_VERSION: 0.11.1
734734
serviceAccount:

0 commit comments

Comments
 (0)