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 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
25
-
- kind: added
26
-
description: Include enrichment images in the chart with possibility to override through values
27
-
- kind: fixed
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
20
+
description: Update ArgoCD version to v2.7.0-cap-CR-19754-deletion-fix
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.14 <local_registry>
18
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.15 <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
@@ -59,14 +59,14 @@ The utility will output 4 files into the folder:
59
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 |
0 commit comments