|  | 
| 1 | 1 | ## Codefresh gitops runtime | 
| 2 |  | -  | 
|  | 2 | +  | 
| 3 | 3 | 
 | 
| 4 | 4 | ## Prerequisites | 
| 5 | 5 | 
 | 
| @@ -27,7 +27,7 @@ We have created a helper utility to resolve this issue: | 
| 27 | 27 | The utility is packaged in a container image. Below are instructions on executing the utility using Docker: | 
| 28 | 28 | 
 | 
| 29 | 29 | ``` | 
| 30 |  | -docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.4.6 <local_registry> | 
|  | 30 | +docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.5.0 <local_registry> | 
| 31 | 31 | ``` | 
| 32 | 32 | `output_dir` - is a local directory where the utility will output files. <br> | 
| 33 | 33 | `local_registry` - is your local registry where you want to mirror the images to | 
| @@ -149,8 +149,9 @@ sealed-secrets: | 
| 149 | 149 | | argo-cd.configs.params."application.namespaces" | string | `"cf-*"` |  | | 
| 150 | 150 | | argo-cd.configs.params."server.insecure" | bool | `true` |  | | 
| 151 | 151 | | argo-cd.crds.install | bool | `true` |  | | 
| 152 |  | -| argo-cd.eventReporter.enabled | bool | `false` | Installs new event reporter component to cluster | | 
| 153 |  | -| argo-cd.eventReporter.version | string | `"v1"` | Switches between old and new reporter version. Possible values: v1, v2. For v2 `argo-cd.eventReporter.enabled=true` is required | | 
|  | 152 | +| argo-cd.eventReporter.enabled | bool | `true` | Installs new event reporter component to cluster | | 
|  | 153 | +| argo-cd.eventReporter.replicas | int | `3` | Amount of shards to handle applications events | | 
|  | 154 | +| argo-cd.eventReporter.version | string | `"v2"` | Switches between old and new reporter version. Possible values: v1, v2. For v2 `argo-cd.eventReporter.enabled=true` is required | | 
| 154 | 155 | | argo-cd.fullnameOverride | string | `"argo-cd"` |  | | 
| 155 | 156 | | argo-cd.notifications | object | `{}` |  | | 
| 156 | 157 | | argo-events.crds.install | bool | `false` |  | | 
|  | 
0 commit comments