We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13ff05 commit dcc469dCopy full SHA for dcc469d
charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml
@@ -77,12 +77,7 @@ spec:
77
properties:
78
getPromotionValues:
79
80
- commitSha:
81
- maxLength: 40
82
- minLength: 7
83
- pattern: ^[A-Fa-f0-9]+$
84
- type: string
85
- committerInfo:
+ commitAuthorId:
86
87
email:
88
type: string
@@ -92,6 +87,11 @@ spec:
92
- email
93
- username
94
89
type: object
90
+ commitSha:
91
+ maxLength: 40
+ minLength: 7
+ pattern: ^[A-Fa-f0-9]+$
+ type: string
95
promotionProperties:
96
items:
97
@@ -403,7 +403,7 @@ spec:
403
404
405
406
- committerAvatarUrl:
+ commitAuthorAvatarUrl:
407
408
phase:
409
description: GetPromotionValuesStatusPhase
0 commit comments