Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -393,6 +403,8 @@ spec:
type: string
getPromotionValues:
properties:
commitAuthorAvatarUrl:
type: string
phase:
description: GetPromotionValuesStatusPhase
enum:
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down