File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
39
39
condition : tunnel-client.enabled
40
40
- name : codefresh-gitops-operator
41
41
repository : oci://quay.io/codefresh/charts
42
- version : 0.7.8
42
+ version : 0.7.9
43
43
alias : gitops-operator
44
44
condition : gitops-operator.enabled
45
45
- name : garage
Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ tunnel-client:
487
487
nodeSelector : {}
488
488
tolerations : []
489
489
affinity : {}
490
+
490
491
# -----------------------------------------------------------------------------------------------------------------------
491
492
# app-proxy
492
493
# -----------------------------------------------------------------------------------------------------------------------
@@ -674,9 +675,18 @@ gitops-operator:
674
675
# -- Additional labels for gitops operator CRDs
675
676
additionalLabels : {}
676
677
677
- env : {
678
- TASK_PULLING_INTERVAL : 10s
679
- }
678
+ config :
679
+ # -- Task polling interval
680
+ taskPollingInterval : 10s
681
+ # -- Commit status polling interval
682
+ commitStatusPollingInterval : 10s
683
+ # -- Workflow monitor polling interval
684
+ workflowMonitorPollingInterval : 10s
685
+ # -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
686
+ maxConcurrentReleases : 100
687
+ # -- An optional template for the promotion wrapper (empty default will use the embedded one)
688
+ promotionWrapperTemplate : ' '
689
+
680
690
image : {}
681
691
# -- defaults
682
692
# repository: quay.io/codefresh/codefresh-gitops-operator
@@ -703,6 +713,7 @@ gitops-operator:
703
713
requests :
704
714
cpu : 100m
705
715
memory : 128Mi
716
+
706
717
# -----------------------------------------------------------------------------------------------------------------------
707
718
# Garage
708
719
# -----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments