You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update gitops operator env vars
* [gitops-operator]feat: Remove Sources Server as it's no longer required
---------
Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: charts/gitops-runtime/values.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -626,13 +626,15 @@ gitops-operator:
626
626
workflowMonitorPollingInterval: 10s
627
627
# -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
628
628
maxConcurrentReleases: 100
629
+
# -- Maximum number of reconcile retries on promotion-related resources before failing a promotion task
630
+
maxReconcileRetries: 10
629
631
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
0 commit comments