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.9-alpha <local_registry>
18
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.10-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
@@ -142,7 +142,7 @@ The utility will output 4 files into the folder:
142
142
| global.codefresh.userToken | object |`{"secretKeyRef":{},"token":""}`| User token. Used for runtime registration against the patform. One of token (for plain text value) or secretKeyRef must be provided. |
143
143
| global.codefresh.userToken.secretKeyRef | object |`{}`| User token that references an existing secret containing the token. |
144
144
| global.codefresh.userToken.token | string |`""`| User token in plain text. The chart creates and manages the secret for this token. |
| global.runtime.ingress.enabled | bool |`false`| Defines if ingress-based access mode is enabled for runtime. To use tunnel-based (ingressless) access mode, set to false. |
156
156
| global.runtime.ingress.hosts | list |`[]`| Hosts for runtime ingress. Note that Codefresh platform will always use the first host in the list to access the runtime. |
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
+
| global.runtime.ingress.skipValidation | bool |`false`| if set to true, pre-install hook will *not* attempt to find the ingressClass nor will it make a request to the host |
158
159
| 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
160
| global.runtime.name | string |`nil`| Runtime name. Must be unique per platform account. |
160
161
| installer | object |`{"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer","tag":""}}`| Runtime installer used for running hooks and checks on the release |
0 commit comments