Skip to content

Commit 8da1bb3

Browse files
committed
feat: update codefresh-gitops-operator to 0.7.8 - improve task handling efficiency
1 parent 267ee12 commit 8da1bb3

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies:
3838
alias: tunnel-client
3939
condition: tunnel-client.enabled
4040
- name: codefresh-gitops-operator
41-
repository: oci://quay.io/codefresh/charts
42-
version: 0.7.3
41+
repository: oci://quay.io/codefresh/charts/dev
42+
version: 0.0.0-cr-28267-improve-efficiency-0e69cb7
4343
alias: gitops-operator
4444
condition: gitops-operator.enabled
4545
- name: garage

charts/gitops-runtime/values.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,21 @@ gitops-operator:
674674
# -- Additional labels for gitops operator CRDs
675675
additionalLabels: {}
676676

677-
env: {
678-
TASK_PULLING_INTERVAL: 10s
679-
}
677+
config:
678+
# -- Task polling interval
679+
taskPollingInterval: 10s
680+
# -- Commit status polling interval
681+
commitStatusPollingInterval: 10s
682+
# -- Workflow monitor polling interval
683+
workflowMonitorPollingInterval: 10s
684+
# -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
685+
maxConcurrentReleases: 100
686+
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
687+
promotionWrapperTemplate: ''
688+
689+
env:
690+
GITOPS_OPERATOR_VERSION: 0.7.7
691+
680692
image: {}
681693
# -- defaults
682694
# repository: quay.io/codefresh/codefresh-gitops-operator

0 commit comments

Comments
 (0)