|
1 | 1 | ## Codefresh Runner
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 | Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.
|
6 | 6 |
|
@@ -1152,7 +1152,7 @@ Install the Helm chart
|
1152 | 1152 | | appProxy.affinity | object | `{}` | Set affinity |
|
1153 | 1153 | | appProxy.enabled | bool | `false` | Enable app-proxy |
|
1154 | 1154 | | appProxy.env | object | `{}` | Add additional env vars |
|
1155 |
| -| appProxy.image | object | `{"digest":"sha256:47e56203a2b091986bce51bed5395aaccd8c4ec6e1a8f60060919f4f5fc0ab66","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.55"}` | Set image | |
| 1155 | +| appProxy.image | object | `{"digest":"sha256:06417d368b0bf296597441e9f7796ee19905c3205472d81eebf2bcd3cb2cfd98","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.56"}` | Set image | |
1156 | 1156 | | appProxy.ingress.annotations | object | `{}` | Set extra annotations for ingress object |
|
1157 | 1157 | | appProxy.ingress.class | string | `""` | Set ingress class |
|
1158 | 1158 | | appProxy.ingress.host | string | `""` | Set DNS hostname the ingress will use |
|
@@ -1225,7 +1225,7 @@ Install the Helm chart
|
1225 | 1225 | | monitor.affinity | object | `{}` | Set affinity |
|
1226 | 1226 | | monitor.enabled | bool | `false` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
|
1227 | 1227 | | monitor.env | object | `{}` | Add additional env vars |
|
1228 |
| -| monitor.image | object | `{"digest":"sha256:4ada371e2eca5e80bb63583749737d8a17504d8ada3901fe1ef295e226a3e5d0","registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.23"}` | Set image | |
| 1228 | +| monitor.image | object | `{"digest":"sha256:890cf228f2ac4ee66e35efc55b56a7a27627b7ad4eebc93f21ac74bb56b5860e","registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.24"}` | Set image | |
1229 | 1229 | | monitor.nodeSelector | object | `{}` | Set node selector |
|
1230 | 1230 | | monitor.podAnnotations | object | `{}` | Set pod annotations |
|
1231 | 1231 | | monitor.podSecurityContext | object | `{}` | |
|
@@ -1253,7 +1253,7 @@ Install the Helm chart
|
1253 | 1253 | | runner.enabled | bool | `true` | Enable the runner |
|
1254 | 1254 | | runner.env | object | `{}` | Add additional env vars |
|
1255 | 1255 | | runner.image | object | `{"digest":"sha256:d00c6645039c3716e778217cc22fb44ae2324fd3349d8e782dd3a8af05dc0e2d","registry":"quay.io","repository":"codefresh/venona","tag":"2.0.6"}` | Set image |
|
1256 |
| -| runner.init | object | `{"image":{"digest":"sha256:ea37c7064a95a68269cb93f17e05501f87403706665319ed8f3c646c77e3880c","registry":"quay.io","repository":"codefresh/cli","tag":"0.89.2-rootless"},"resources":{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"0.2","memory":"256Mi"}}}` | Init container | |
| 1256 | +| runner.init | object | `{"image":{"digest":"sha256:bbf49935b078eb0f282fec4ff674eea55f880b101809c6415e3ead7a0c729261","registry":"quay.io","repository":"codefresh/cli","tag":"0.89.3-rootless"},"resources":{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"0.2","memory":"256Mi"}}}` | Init container | |
1257 | 1257 | | runner.name | string | `""` | Set runner deployment name |
|
1258 | 1258 | | runner.nodeSelector | object | `{}` | Set node selector |
|
1259 | 1259 | | runner.podAnnotations | object | `{}` | Set pod annotations |
|
@@ -1342,7 +1342,7 @@ Install the Helm chart
|
1342 | 1342 | | runtime.inCluster | bool | `true` | (for On-Premise only) Set inCluster runtime |
|
1343 | 1343 | | runtime.kubeconfigFilePath | string | `""` | (for On-Premise only) Set kubeconfig name and path |
|
1344 | 1344 | | runtime.patch | object | See below | Parameters for `runtime-patch` post-upgrade/install hook |
|
1345 |
| -| runtime.patch.cronjob | object | `{"affinity":{},"enabled":true,"failedJobsHistory":1,"image":{"digest":"sha256:ea37c7064a95a68269cb93f17e05501f87403706665319ed8f3c646c77e3880c","registry":"quay.io","repository":"codefresh/cli","tag":"0.89.2-rootless"},"nodeSelector":{},"podSecurityContext":{},"resources":{},"schedule":"0/5 * * * *","successfulJobsHistory":1,"tolerations":[]}` | CronJob to update the runtime on schedule | |
| 1345 | +| runtime.patch.cronjob | object | `{"affinity":{},"enabled":true,"failedJobsHistory":1,"image":{"digest":"sha256:bbf49935b078eb0f282fec4ff674eea55f880b101809c6415e3ead7a0c729261","registry":"quay.io","repository":"codefresh/cli","tag":"0.89.3-rootless"},"nodeSelector":{},"podSecurityContext":{},"resources":{},"schedule":"0/5 * * * *","successfulJobsHistory":1,"tolerations":[]}` | CronJob to update the runtime on schedule | |
1346 | 1346 | | runtime.rbac | object | `{"create":true,"rules":[]}` | RBAC parameters |
|
1347 | 1347 | | runtime.rbac.create | bool | `true` | Create RBAC resources |
|
1348 | 1348 | | runtime.rbac.rules | list | `[]` | Add custom rule to the engine role |
|
|
0 commit comments