|
1 | 1 | # gitops-runtime
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | A Helm chart for Codefresh gitops runtime
|
6 | 6 |
|
@@ -52,13 +52,13 @@ A Helm chart for Codefresh gitops runtime
|
52 | 52 | | 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 |
|
53 | 53 | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
|
54 | 54 | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
|
55 |
| -| app-proxy.image.tag | string | `"1.2193.0"` | | |
| 55 | +| app-proxy.image.tag | string | `"1.2207.0"` | | |
56 | 56 | | app-proxy.imagePullSecrets | list | `[]` | |
|
57 | 57 | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
|
58 | 58 | | app-proxy.initContainer.env | object | `{}` | |
|
59 | 59 | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
|
60 | 60 | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
|
61 |
| -| app-proxy.initContainer.image.tag | string | `"1.2193.0"` | | |
| 61 | +| app-proxy.initContainer.image.tag | string | `"1.2207.0"` | | |
62 | 62 | | app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
|
63 | 63 | | app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
|
64 | 64 | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
|
@@ -123,13 +123,9 @@ A Helm chart for Codefresh gitops runtime
|
123 | 123 | | event-reporters.workflow.sensor.replicas | int | `1` | |
|
124 | 124 | | event-reporters.workflow.sensor.resources | object | `{}` | |
|
125 | 125 | | event-reporters.workflow.serviceAccount.create | bool | `true` | |
|
126 |
| -| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","gitIntegration":{"provider":{"apiUrl":"https://api.github.com","name":"GITHUB"}},"url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings | |
| 126 | +| global.codefresh | object | `{"accountId":"","apiEventsPath":"/2.0/api/events","url":"https://g.codefresh.io","userToken":{"secretKeyRef":{},"token":""}}` | Codefresh platform and account-related settings | |
127 | 127 | | global.codefresh.accountId | string | `""` | Codefresh Account ID. |
|
128 | 128 | | global.codefresh.apiEventsPath | string | `"/2.0/api/events"` | Events API endpoint URL suffix. |
|
129 |
| -| global.codefresh.gitIntegration | object | `{"provider":{"apiUrl":"https://api.github.com","name":"GITHUB"}}` | Git integration for this runtime. Requires the Git provider name and the provider's API URL. | |
130 |
| -| global.codefresh.gitIntegration.provider | object | `{"apiUrl":"https://api.github.com","name":"GITHUB"}` | The Git provider to use. We currently support GitHub, GitLab, Bitbucket Server, and Bitbucket Cloud. | |
131 |
| -| global.codefresh.gitIntegration.provider.apiUrl | string | `"https://api.github.com"` | Provider API URL. Example for GitHub, https://api.github.com. | |
132 |
| -| global.codefresh.gitIntegration.provider.name | string | `"GITHUB"` | Name of the Git provider: BITBUCKET, BITBUCKET_SERVER, GITHUB, GITLAB | |
133 | 129 | | global.codefresh.url | string | `"https://g.codefresh.io"` | URL of Codefresh platform. |
|
134 | 130 | | 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. |
|
135 | 131 | | global.codefresh.userToken.secretKeyRef | object | `{}` | User token that references an existing secret containing the token. |
|
|
0 commit comments