|
1 | 1 | # gitops-runtime
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | A Helm chart for Codefresh gitops runtime
|
6 | 6 |
|
@@ -54,14 +54,14 @@ A Helm chart for Codefresh gitops runtime
|
54 | 54 | | 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 |
|
55 | 55 | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
|
56 | 56 | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
|
57 |
| -| app-proxy.image.tag | string | `"1.2245.0"` | | |
| 57 | +| app-proxy.image.tag | string | `"1.2255.0"` | | |
58 | 58 | | app-proxy.imagePullSecrets | list | `[]` | |
|
59 | 59 | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
|
60 | 60 | | app-proxy.initContainer.env | object | `{}` | |
|
61 | 61 | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
|
62 | 62 | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
|
63 | 63 | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
|
64 |
| -| app-proxy.initContainer.image.tag | string | `"1.2245.0"` | | |
| 64 | +| app-proxy.initContainer.image.tag | string | `"1.2255.0"` | | |
65 | 65 | | app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
|
66 | 66 | | app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
|
67 | 67 | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
|
@@ -153,7 +153,7 @@ A Helm chart for Codefresh gitops runtime
|
153 | 153 | | 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. |
|
154 | 154 | | global.runtime.ingress.protocol | string | `"https"` | The protocol that Codefresh platform will use to access the runtime ingress. Can be http or https. |
|
155 | 155 | | 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) |
|
156 |
| -| global.runtime.name | string | `nil` | Runtime name. Must be identical to the namepsace in which it is intalled and must be unique per platform account. | |
| 156 | +| global.runtime.name | string | `nil` | Runtime name. Must be unique per platform account. | |
157 | 157 | | installer | object | `{"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer","tag":""}}` | Runtime installer used for running hooks and checks on the release |
|
158 | 158 | | internal-router.affinity | object | `{}` | |
|
159 | 159 | | internal-router.env | object | `{}` | Environment variables - see values.yaml inside the chart for usage |
|
|
0 commit comments