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.12-alpha <local_registry>
18
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.13-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,10 +142,11 @@ 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.eventBusName | string |`"codefresh-eventbus"`| Eventbus name |
147
+
| global.runtime.eventBus.name | string |`"codefresh-eventbus"`| Eventbus name |
148
+
| global.runtime.eventBus.pdb | object |`{"enabled":true,"minAvailable":2}`| Pod disruption budget for the eventbus |
149
+
| 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. |
149
150
| 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. |
150
151
| global.runtime.gitCredentials.password | object |`{"secretKeyRef":{},"value":null}`| Password. If using GitHub token, please provide it here. |
151
152
| global.runtime.gitCredentials.password.secretKeyRef | object |`{}`| secretKeyReference for Git credentials password. Provide name and key fields. |
0 commit comments