diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 701ff86e..82ef5115 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -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 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index a6ae7fd0..6af30479 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -487,6 +487,7 @@ tunnel-client: nodeSelector: {} tolerations: [] affinity: {} + #----------------------------------------------------------------------------------------------------------------------- # app-proxy #----------------------------------------------------------------------------------------------------------------------- @@ -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 @@ -703,6 +713,7 @@ gitops-operator: requests: cpu: 100m memory: 128Mi + #----------------------------------------------------------------------------------------------------------------------- # Garage #-----------------------------------------------------------------------------------------------------------------------