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 @@ -487,6 +487,8 @@ spec:
type: string
healthMessage:
type: string
revision:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
Expand Down Expand Up @@ -525,6 +527,8 @@ spec:
type: string
healthMessage:
type: string
revision:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
Expand Down Expand Up @@ -613,6 +617,8 @@ spec:
type: string
healthMessage:
type: string
revision:
type: string
sync:
description: SyncStatusCode is a type which represents
possible comparison results
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: "2f0a248"
env:
GITOPS_OPERATOR_VERSION: 0.11.1
serviceAccount:
Expand Down