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
description: Add codefresh-gitops-operator as separate chart
19
19
- kind: changed
20
-
description: Update argo-cd chart to 5.51.6-5-cap-2.9-2024.1.17-0d221227f
20
+
description: Update argo-cd chart to 5.51.6-8-cap-2.9-2024.1.24-ccd7124b3. Includes: window rate limiter for the event reporter; support of apps in non-contoller namespaces for non-GRPC reporting mode; critical vuln fixes for argocd;
21
21
- kind: changed
22
-
description: Update sealed-secrets chart to 2.14.1
22
+
description: Update argo-rollouts chart to 2.32.5-3-analysis-fix
23
23
- kind: changed
24
-
description: Update sealed-secrets image to v0.24.5
25
-
- kind: changed
26
-
description: Update app-proxy to 1.2608.0
27
-
- kind: fixed
28
-
description: Fix runtime components log
24
+
description: Update argo-workflows chart to 0.40.9-1-v3.5.4-cap-CR-22243
29
25
- kind: fixed
30
-
description: fix critical security vulnerability
26
+
description: fix routing to workflows native UI
27
+
- kind: changed
28
+
description: Update app-proxy to 1.2623.0
29
+
- kind: changed
30
+
description: Update argo-cd chart to 5.53.12-2-cap-2.9-2024.2.8-8ba4b03d4
@@ -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.2 <local_registry>
30
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.4.3 <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
@@ -100,14 +100,14 @@ sealed-secrets:
100
100
| 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 | `false` | Installs new event reporter component to cluster |
151
151
| 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 |
| argo-workflows.server.extraArgs | list | `["--auth-mode=client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
163
+
| argo-workflows.server.authModes | list | `["client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
164
+
| 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. |
164
165
| event-reporters.events.argoCDServerServiceName | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service name. |
165
166
| event-reporters.events.argoCDServerServicePort | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service port. |
0 commit comments