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
| app-proxy.image-enrichment.config.clientHeartbeatIntervalInSeconds | int |`5`| Client heartbeat interval in seconds for image enrichemnt workflow |
218
217
| app-proxy.image-enrichment.config.concurrencyCmKey | string |`"imageReportExecutor"`| The name of the key in the configmap to use as synchronization semaphore |
219
218
| app-proxy.image-enrichment.config.concurrencyCmName | string |`"workflow-synchronization-semaphores"`| The name of the configmap to use as synchronization semaphore, see https://argoproj.github.io/argo-workflows/synchronization/|
| app-proxy.image-enrichment.config.podGcStrategy | string |`"OnWorkflowCompletion"`| Pod grabage collection strategy. By default all pods will be deleted when the enrichment workflow completes. |
223
222
| app-proxy.image-enrichment.config.ttlActiveInSeconds | int |`900`| Maximum allowed runtime for the enrichment workflow |
224
223
| app-proxy.image-enrichment.config.ttlAfterCompletionInSeconds | int |`86400`| Number of seconds to live after completion |
@@ -229,14 +228,14 @@ sealed-secrets:
229
228
| app-proxy.image-enrichment.serviceAccount.name | string |`"codefresh-image-enrichment-sa"`| Name of the service account to create or the name of the existing one to use |
| event-reporters.rollout.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
323
+
| event-reporters.rollout.sensor.logging | object |`{"enabled":false,"intervalSeconds":0}`| Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
| event-reporters.rollout.sensor.retryStrategy | object |`{"duration":0,"factor":1,"jitter":1,"steps":3}`| Retry strategy for events sent to Codefresh |
328
+
| event-reporters.rollout.sensor.retryStrategy.duration | int |`0`| The initial duration, use strings like "2s", "1m" |
329
+
| event-reporters.rollout.sensor.retryStrategy.factor | float |`1`| Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
330
+
| event-reporters.rollout.sensor.retryStrategy.jitter | int |`1`| The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
331
+
| event-reporters.rollout.sensor.retryStrategy.steps | int |`3`| Number of retries |
332
+
| event-reporters.rollout.sensor.tolerations | list |`[]`||
| event-reporters.workflow.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
341
+
| event-reporters.workflow.sensor.logging | object |`{"enabled":false,"intervalSeconds":0}`| Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
| event-reporters.workflow.sensor.retryStrategy | object |`{"duration":0,"factor":1,"jitter":1,"steps":3}`| Retry strategy for events sent to Codefresh |
346
+
| event-reporters.workflow.sensor.retryStrategy.duration | int |`0`| The initial duration, use strings like "2s", "1m" |
347
+
| event-reporters.workflow.sensor.retryStrategy.factor | float |`1`| Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
348
+
| event-reporters.workflow.sensor.retryStrategy.jitter | int |`1`| The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
349
+
| event-reporters.workflow.sensor.retryStrategy.steps | int |`3`| Number of retries |
350
+
| event-reporters.workflow.sensor.tolerations | list |`[]`||
| gitops-operator.config.commitStatusPollingInterval | string |`"10s"`| Commit status polling interval |
322
354
| gitops-operator.config.maxConcurrentReleases | int |`100`| Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime) |
0 commit comments