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: csv generation for private registry utility
17
+
- kind: changed
18
+
description: Updated `app-proxy` to `1.2337.0`
19
+
- kind: changed
20
+
description: Update ArgoCD version to v2.7.0-cap-CR-18361-custom-instance-label
21
+
- kind: changed
22
+
description: Switch internal router to unprivileged (rootless) nginx
23
+
- kind: changed
24
+
description: Installer image now supports arm64 and amd64 platforms
20
25
- kind: added
21
-
description: pdb for eventbus
26
+
description: Include enrichment images in the chart with possibility to override through values
22
27
- kind: fixed
23
-
description: fix eventbusname
28
+
description: Private registry utility - the utility omitted repositories for images with short names (i.e natsio/prometheus-nats-exporter:0.8.0 was created as registry.example.com/prometheus-nats-exporter:0.8.0). In this version it works as expected.
29
+
- kind: changed
30
+
description: App-proxy container port changed to 8080
Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
@@ -15,7 +15,7 @@ We have created a helper utility to resolve this issue:
15
15
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
16
16
17
17
```
18
-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.13-alpha.1 <local_registry>
18
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.14 <local_registry>
19
19
```
20
20
`output_dir` - is a local directory where the utility will output files. <br>
21
21
`local_registry` - is your local registry where you want to mirror the images to
@@ -42,11 +42,13 @@ The utility will output 4 files into the folder:
42
42
| app-proxy.extraVolumeMounts | list |`[]`| Extra volume mounts for main container |
43
43
| app-proxy.extraVolumes | list |`[]`| extra volumes |
| app-proxy.image-enrichment.config.clientHeartbeatIntervalInSeconds | int |`5`| Client heartbeat interval in seconds for image enrichemnt workflow |
48
48
| app-proxy.image-enrichment.config.concurrencyCmKey | string |`"imageReportExecutor"`| The name of the key in the configmap to use as synchronization semaphore |
49
49
| 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. |
51
53
| app-proxy.image-enrichment.config.ttlActiveInSeconds | int |`900`| Maximum allowed runtime for the enrichment workflow |
52
54
| app-proxy.image-enrichment.config.ttlAfterCompletionInSeconds | int |`86400`| Number of seconds to live after completion |
@@ -57,14 +59,14 @@ The utility will output 4 files into the folder:
57
59
| 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 |
@@ -161,11 +164,14 @@ The utility will output 4 files into the folder:
161
164
| 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 |
162
165
| installer.skipValidation | bool |`false`| if set to true, pre-install hook will *not* run |
0 commit comments