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:
3939 condition : tunnel-client.enabled
4040- name : codefresh-gitops-operator
4141 repository : oci://quay.io/codefresh/charts
42- version : 0.7.8
42+ version : 0.7.9
4343 alias : gitops-operator
4444 condition : gitops-operator.enabled
4545- name : garage
Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ tunnel-client:
487487 nodeSelector : {}
488488 tolerations : []
489489 affinity : {}
490+
490491# -----------------------------------------------------------------------------------------------------------------------
491492# app-proxy
492493# -----------------------------------------------------------------------------------------------------------------------
@@ -674,9 +675,18 @@ gitops-operator:
674675 # -- Additional labels for gitops operator CRDs
675676 additionalLabels : {}
676677
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+
680690 image : {}
681691 # -- defaults
682692 # repository: quay.io/codefresh/codefresh-gitops-operator
@@ -703,6 +713,7 @@ gitops-operator:
703713 requests :
704714 cpu : 100m
705715 memory : 128Mi
716+
706717# -----------------------------------------------------------------------------------------------------------------------
707718# Garage
708719# -----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments