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
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.11-alpha <local_registry>
18
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.12-alpha <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
@@ -157,8 +157,8 @@ The utility will output 4 files into the folder:
157
157
| global.runtime.ingress.protocol | string |`"https"`| The protocol that Codefresh platform will use to access the runtime ingress. Can be http or https. |
158
158
| global.runtime.ingressUrl | string |`""`| Explicit url for runtime ingress. Provide this value only if you don't want the chart to create and ingress (global.runtime.ingress.enabled=false) and tunnel-client is not used (tunnel-client.enabled=false) |
159
159
| global.runtime.name | string |`nil`| Runtime name. Must be unique per platform account. |
160
-
| installer | object |`{"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer","tag":""},"skipValidation":true}`| Runtime installer used for running hooks and checks on the release |
161
-
| installer.skipValidation | bool |`true`| if set to true, pre-install hook will *not* run |
160
+
| 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 |
161
+
| installer.skipValidation | bool |`false`| if set to true, pre-install hook will *not* run |
162
162
| internal-router.affinity | object |`{}`||
163
163
| internal-router.env | object |`{}`| Environment variables - see values.yaml inside the chart for usage |
0 commit comments