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
feat: removal of event-reporter from cf argo-cd fork (#466)
* event-reporter from extras as default one
* removed values for event-reporter enabling in extras
* dev argocd-extras
* dev argocd
* removal of v1 reporter
* uncomment garage
* prod versions of charts and unittests for v2 event-reporter
* extras 0.3.20
* upd appVersion because with old version out e2e failing because they think that git manifest from app-proxy not supported
Copy file name to clipboardExpand all lines: charts/gitops-runtime/README.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -203,14 +203,14 @@ sealed-secrets:
203
203
| 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-cd.eventReporter.enabled | bool |`true`| Installs new event reporter component to cluster |
260
-
| argo-cd.eventReporter.replicas | int |`3`| Amount of shards to handle applications events |
261
-
| 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 |
0 commit comments