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: 'update app-proxy to 1.3636.0-6119302 - fix caching of github users info, interduce new env variable to control permissions and token checks'
23
19
- kind: changed
24
-
description: 'Upgraded **argo-cd** dependency to 8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9 for Argo CD 3.0 compatibility (#563)'
25
-
- kind: changed
26
-
description: 'Upgraded **app-proxy** to 1.3633.0 - adds *applicationLogs* filter/follow and prevents GitHub rate-limit errors (#564, #566, #570)'
27
-
- kind: changed
28
-
description: 'Updated REQUIRED_VERSION_CONSTRAINT logic for Argo CD 3.1+ runResourceAction adoption (#576)'
29
-
- kind: changed
30
-
description: 'Upgraded **cf-argocd-extras** to 0.5.7 (#561)'
31
-
- kind: changed
32
-
description: 'Updated image-enrichment service to 1.1.14 (#558)'
33
-
- kind: fixed
34
-
description: 'validate-values script no longer fails when custom values are omitted (#560)'
35
-
- kind: removed
36
-
description: 'Dropped unused environment variable from **app-proxy** (#565)'
37
-
- kind: security
38
-
description: 'Patched critical vulnerabilities in **Argo Rollouts** v1.7.2 (#562)'
39
-
- kind: security
40
-
description: 'Updated **nats-exporter** to resolve CVE-2025-30160 (#543)'
20
+
description: 'update gitops-oeprator to 0.8.6-832833c - optimize and batch calls to gitLog'
@@ -149,7 +149,7 @@ We have created a helper utility to resolve this issue:
149
149
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
150
150
151
151
```
152
-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.0 <local_registry>
152
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.2 <local_registry>
153
153
```
154
154
`output_dir`- is a local directory where the utility will output files. <br>
155
155
`local_registry`- is your local registry where you want to mirror the images to
@@ -162,7 +162,7 @@ The utility will output 4 files into the folder:
162
162
163
163
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
164
164
```
165
-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.0 <local_registry>
165
+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.2 <local_registry>
166
166
```
167
167
168
168
## Openshift
@@ -229,7 +229,7 @@ sealed-secrets:
229
229
| 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.atLeastOnce | bool |`true`| At Least Once |
300
301
| event-reporters.rollout.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
301
302
| 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 |
| event-reporters.workflow.sensor.atLeastOnce | bool |`true`| At Least Once |
318
326
| event-reporters.workflow.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
319
327
| 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 |
| global.external-argo-rollouts.rollout-reporter.enabled | bool |`false`| Enable or disable rollout reporter Configuration is defined at .Values.event-reporters.rollout |
375
389
| global.nodeSelector | object |`{}`| Global nodeSelector for all components |
| global.runtime.cluster | string |`"https://kubernetes.default.svc"`| Runtime cluster. Should not be changed. |
378
392
| global.runtime.codefreshHosted | bool |`false`| Defines whether this is a Codefresh hosted runtime. Should not be changed. |
379
393
| global.runtime.eventBus.annotations | object |`{}`| Annotations on EventBus resource |
380
-
| global.runtime.eventBus.name | string |`"codefresh-eventbus"`| Eventbus name |
394
+
| global.runtime.eventBus.name | string |`""`| Eventbus name |
381
395
| global.runtime.eventBus.pdb | object |`{"enabled":true,"minAvailable":2}`| Pod disruption budget for the eventbus |
382
396
| global.runtime.eventBus.pdb.minAvailable | int |`2`| Minimum number of available eventbus pods. For eventbus to stay functional the majority of its replicas should always be available. |
383
397
| global.runtime.gitCredentials | object |`{"password":{"secretKeyRef":{},"value":null},"username":"username"}`| Git credentials runtime. Runtime is not fully functional without those credentials. If not provided through the installation, they must be provided through the Codefresh UI. |
0 commit comments