Skip to content
Closed
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 @@ -500,11 +500,29 @@ spec:
- healthMessage
- sync
type: object
commitSha:
maxLength: 40
minLength: 7
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
type: string
commitInfo:
properties:
commitAuthorId:
properties:
email:
type: string
username:
type: string
required:
- email
- username
type: object
commitDate:
format: date-time
type: string
commitMessage:
type: string
commitSha:
maxLength: 40
minLength: 7
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
type: string
type: object
phase:
description: PromoteAppWithCommitPhase
enum:
Expand Down Expand Up @@ -538,6 +556,29 @@ spec:
- healthMessage
- sync
type: object
commitInfo:
properties:
commitAuthorId:
properties:
email:
type: string
username:
type: string
required:
- email
- username
type: object
commitDate:
format: date-time
type: string
commitMessage:
type: string
commitSha:
maxLength: 40
minLength: 7
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
type: string
type: object
phase:
description: PromoteAppWithPRPhase
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 @@ -634,7 +634,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: "6881890"
tag: "f35ab4a"
env:
GITOPS_OPERATOR_VERSION: 0.11.1
serviceAccount:
Expand Down