Skip to content

Commit 30521c9

Browse files
Merge branch 'main' into feat/separate-redis-for-runtime
2 parents f3673f8 + bcc491d commit 30521c9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,14 +445,19 @@ spec:
445445
health:
446446
description: Represents resource health status
447447
type: string
448+
healthMessage:
449+
type: string
448450
sync:
449451
description: SyncStatusCode is a type which represents
450452
possible comparison results
451453
type: string
452454
syncOperation:
453455
type: string
456+
syncOperationMessage:
457+
type: string
454458
required:
455459
- health
460+
- healthMessage
456461
- sync
457462
type: object
458463
commitSha:
@@ -478,14 +483,19 @@ spec:
478483
health:
479484
description: Represents resource health status
480485
type: string
486+
healthMessage:
487+
type: string
481488
sync:
482489
description: SyncStatusCode is a type which represents
483490
possible comparison results
484491
type: string
485492
syncOperation:
486493
type: string
494+
syncOperationMessage:
495+
type: string
487496
required:
488497
- health
498+
- healthMessage
489499
- sync
490500
type: object
491501
phase:
@@ -558,14 +568,19 @@ spec:
558568
health:
559569
description: Represents resource health status
560570
type: string
571+
healthMessage:
572+
type: string
561573
sync:
562574
description: SyncStatusCode is a type which represents
563575
possible comparison results
564576
type: string
565577
syncOperation:
566578
type: string
579+
syncOperationMessage:
580+
type: string
567581
required:
568582
- health
583+
- healthMessage
569584
- sync
570585
type: object
571586
commitSha:

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ gitops-operator:
721721
# -- defaults
722722
registry: quay.io
723723
repository: codefresh/codefresh-gitops-operator
724-
tag: 18fcd09
724+
tag: 3ac2676
725725
env:
726726
GITOPS_OPERATOR_VERSION: 0.11.1
727727
serviceAccount:

0 commit comments

Comments
 (0)