Skip to content

Commit 40a2bba

Browse files
committed
update gitops operator env vars
1 parent 80d9b54 commit 40a2bba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/_env.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ LEADER_ELECT: true
1717
LEADER_ELECT: false
1818
{{- end }}
1919
MAX_CONCURRENT_RELEASES: {{ .Values.config.maxConcurrentReleases }}
20+
MAX_RECONCILE_RETRIES: {{ .Values.config.maxReconcileRetries }}
2021
PROMOTION_WRAPPER_TEMPLATE: {{ .Values.config.promotionWrapperTemplate | quote }}
2122
RUNTIME: {{ .Values.global.runtime.name }}
2223
TASK_POLLING_INTERVAL: {{ .Values.config.taskPollingInterval }}
@@ -44,6 +45,4 @@ RUNTIME_VERSION:
4445
configMapKeyRef:
4546
name: codefresh-cm
4647
key: version
47-
SOURCES_SERVER_URL: http://argo-gateway # TODO: remove and leave only ARGO_GATEWAY_URL
48-
ARGO_GATEWAY_URL: http://argo-gateway
4948
{{- end -}}

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,8 @@ gitops-operator:
631631
workflowMonitorPollingInterval: 10s
632632
# -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
633633
maxConcurrentReleases: 100
634+
# -- Maximum number of reconcile retries on promotion-related resources before failing a promotion task
635+
maxReconcileRetries: 10
634636
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
635637
promotionWrapperTemplate: ''
636638
image:

0 commit comments

Comments
 (0)