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 @@ -445,14 +445,19 @@ spec:
health:
description: Represents resource health status
type: string
healthMessage:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
type: string
syncOperation:
type: string
syncOperationMessage:
type: string
required:
- health
- healthMessage
- sync
type: object
commitSha:
Expand All @@ -478,14 +483,19 @@ spec:
health:
description: Represents resource health status
type: string
healthMessage:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
type: string
syncOperation:
type: string
syncOperationMessage:
type: string
required:
- health
- healthMessage
- sync
type: object
phase:
Expand Down Expand Up @@ -558,14 +568,19 @@ spec:
health:
description: Represents resource health status
type: string
healthMessage:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
type: string
syncOperation:
type: string
syncOperationMessage:
type: string
required:
- health
- healthMessage
- sync
type: object
commitSha:
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 @@ -726,7 +726,7 @@ gitops-operator:
# -- defaults
registry: quay.io
repository: codefresh/codefresh-gitops-operator
tag: b564653
tag: 3ac2676
env:
GITOPS_OPERATOR_VERSION: 0.11.1
serviceAccount:
Expand Down