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 ff78652 commit 0e47da0Copy full SHA for 0e47da0
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
@@ -398,7 +398,7 @@ spec:
398
399
400
401
- committerAvatarUrl:
+ commitAuthorAvatarUrl:
402
403
phase:
404
description: GetPromotionValuesStatusPhase
0 commit comments