Skip to content

Commit f0bd5f0

Browse files
authored
feat: update codefresh-gitops-operator to 0.7.9 - improve task handling efficiency (#487)
1 parent 8bff7d4 commit f0bd5f0

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/gitops-runtime/values.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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
#-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)