Skip to content
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
condition: tunnel-client.enabled
- name: codefresh-gitops-operator
repository: oci://quay.io/codefresh/charts
version: 0.7.8
version: 0.7.9
alias: gitops-operator
condition: gitops-operator.enabled
- name: garage
Expand Down
17 changes: 14 additions & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ tunnel-client:
nodeSelector: {}
tolerations: []
affinity: {}

#-----------------------------------------------------------------------------------------------------------------------
# app-proxy
#-----------------------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -674,9 +675,18 @@ gitops-operator:
# -- Additional labels for gitops operator CRDs
additionalLabels: {}

env: {
TASK_PULLING_INTERVAL: 10s
}
config:
# -- Task polling interval
taskPollingInterval: 10s
# -- Commit status polling interval
commitStatusPollingInterval: 10s
# -- Workflow monitor polling interval
workflowMonitorPollingInterval: 10s
# -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
maxConcurrentReleases: 100
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
promotionWrapperTemplate: ''

image: {}
# -- defaults
# repository: quay.io/codefresh/codefresh-gitops-operator
Expand All @@ -703,6 +713,7 @@ gitops-operator:
requests:
cpu: 100m
memory: 128Mi

#-----------------------------------------------------------------------------------------------------------------------
# Garage
#-----------------------------------------------------------------------------------------------------------------------
Expand Down