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 |
180
180
| app-proxy.image-enrichment.config.concurrencyCmKey | string |`"imageReportExecutor"`| The name of the key in the configmap to use as synchronization semaphore |
181
181
| 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. |
185
185
| app-proxy.image-enrichment.config.ttlActiveInSeconds | int |`900`| Maximum allowed runtime for the enrichment workflow |
186
186
| app-proxy.image-enrichment.config.ttlAfterCompletionInSeconds | int |`86400`| Number of seconds to live after completion |
@@ -191,14 +191,14 @@ sealed-secrets:
191
191
| 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 |
| argo-workflows.server.authModes | list |`["client"]`| auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
268
268
| argo-workflows.server.baseHref | string |`"/workflows/"`| Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh. |
269
-
| cf-argocd-extras | object |`{"eventReporter":{"enabled":true},"libraryMode":true}`| Codefresh extra services for ArgoCD |
| garage-workflows-artifact-storage.resources | object |`{}`| Resources for garage pods. For smaller deployments at least 100m CPU and 1024Mi memory is reccommended. For larger deployments double this size. |
| gitops-operator.argoCdNotifications | object |`{"image":{},"imageOverride":false,"resources":{}}`| Builtin notifications controller used by gitops-operator for promotion related notifications |
318
-
| gitops-operator.argoCdNotifications.image | object |`{}`| Set image.repository and image.tag notifications image used by the gitops operator. Ignored unless imageOverride is set to true. |
319
-
| gitops-operator.argoCdNotifications.imageOverride | bool |`false`| If set to true allows to override notifications image used by the gitops operator. When set to false the version of ArgoCD will be set to the version used for all other ArgoCD components. |
320
-
| gitops-operator.argoCdNotifications.resources | object |`{}`| Resources for notifications controller used by gitops-operator. |
| global.runtime.ingressUrl | string |`""`| Explicit url for runtime ingress. Provide this value only if you don't want the chart to create and ingress (global.runtime.ingress.enabled=false) and tunnel-client is not used (tunnel-client.enabled=false) |
395
390
| global.runtime.isConfigurationRuntime | bool |`false`| is the runtime set as a "configuration runtime". |
396
391
| global.runtime.name | string |`nil`| Runtime name. Must be unique per platform account. |
397
-
| installer | object |`{"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer","tag":""},"skipValidation":false}`| Runtime installer used for running hooks and checks on the release |
392
+
| installer | object |`{"argoCdVersionCheck":{"argoServerLabels":{"app.kubernetes.io/component":"server","app.kubernetes.io/part-of":"argocd"}},"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer","tag":""},"skipValidation":false}`| Runtime installer used for running hooks and checks on the release |
398
393
| installer.skipValidation | bool |`false`| if set to true, pre-install hook will *not* run |
| tunnel-client | object |`{"enabled":true,"libraryMode":true,"tunnelServer":{"host":"register-tunnels.cf-cd.com","subdomainHost":"tunnels.cf-cd.com"}}`| Tunnel based runtime. Not supported for on-prem platform. In on-prem use ingress based runtimes. |
433
428
| tunnel-client.enabled | bool |`true`| Will only be used if global.runtime.ingress.enabled = false |
434
429
| tunnel-client.libraryMode | bool |`true`| Do not change this value! Breaks chart logic |
0 commit comments