1
1
## Codefresh Runner
2
2
3
- ![ Version: 6.3.33 ] ( https://img.shields.io/badge/Version-6.3.33 -informational?style=flat-square )
3
+ ![ Version: 6.3.34 ] ( https://img.shields.io/badge/Version-6.3.34 -informational?style=flat-square )
4
4
5
5
Helm chart for deploying [ Codefresh Runner] ( https://codefresh.io/docs/docs/installation/codefresh-runner/ ) to Kubernetes.
6
6
@@ -1121,9 +1121,9 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
1121
1121
| runtime.accounts | list | ` [] ` | (for On-Premise only) Assign accounts to runtime (list of account ids) |
1122
1122
| runtime.agent | bool | ` true ` | (for On-Premise only) Enable agent |
1123
1123
| runtime.description | string | ` "" ` | Runtime description |
1124
- | runtime.dind | object | ` {"affinity":{},"env":{"DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE":" true" },"image":{"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/dind","tag":"26.0.0-1.28.6"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"pvcs":{"dind":{"name":"dind","reuseVolumeSelector":"codefresh-app,io.codefresh.accountName","reuseVolumeSortOrder":"pipeline_id","storageClassName":"{{ include \"dind-volume-provisioner.storageClassName\" . }}","volumeSize":"16Gi"}},"resources":{"limits":{"cpu":"400m","memory":"800Mi"},"requests":null},"schedulerName":"","serviceAccount":"codefresh-engine","tolerations":[],"userAccess":true,"userVolumeMounts":{},"userVolumes":{}} ` | Parameters for DinD (docker-in-docker) pod (aka "runtime" pod). |
1124
+ | runtime.dind | object | ` {"affinity":{},"env":{"DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE":true},"image":{"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/dind","tag":"26.0.0-1.28.6"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"pvcs":{"dind":{"name":"dind","reuseVolumeSelector":"codefresh-app,io.codefresh.accountName","reuseVolumeSortOrder":"pipeline_id","storageClassName":"{{ include \"dind-volume-provisioner.storageClassName\" . }}","volumeSize":"16Gi"}},"resources":{"limits":{"cpu":"400m","memory":"800Mi"},"requests":null},"schedulerName":"","serviceAccount":"codefresh-engine","tolerations":[],"userAccess":true,"userVolumeMounts":{},"userVolumes":{}} ` | Parameters for DinD (docker-in-docker) pod (aka "runtime" pod). |
1125
1125
| runtime.dind.affinity | object | ` {} ` | Set affinity |
1126
- | runtime.dind.env | object | ` {"DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE":" true" } ` | Set additional env vars. |
1126
+ | runtime.dind.env | object | ` {"DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE":true} ` | Set additional env vars. |
1127
1127
| runtime.dind.image | object | ` {"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/dind","tag":"26.0.0-1.28.6"} ` | Set dind image. |
1128
1128
| runtime.dind.nodeSelector | object | ` {} ` | Set node selector. |
1129
1129
| runtime.dind.podAnnotations | object | ` {} ` | Set pod annotations. |
@@ -1142,15 +1142,15 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
1142
1142
| runtime.dind.userVolumeMounts | object | ` {} ` | Add extra volume mounts |
1143
1143
| runtime.dind.userVolumes | object | ` {} ` | Add extra volumes |
1144
1144
| runtime.dindDaemon | object | See below | DinD pod daemon config |
1145
- | runtime.engine | object | `{"affinity":{},"command":["npm","run","start"],"env":{"CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS":"1000","FORCE_COMPOSE_SERIAL_PULL":"false","LOGGER_LEVEL":"debug","LOG_OUTGOING_HTTP_REQUESTS":"false","METRICS_PROMETHEUS_ENABLED":"true"},"image":{"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"1.170.0"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"resources":{"limits":{"cpu":"1000m","memory":"2048Mi"},"requests":{"cpu":"100m","memory":"128Mi"}},"runtimeImages":{"COMPOSE_IMAGE":"quay.io/codefresh/compose:v2.20.3-1.4.0","CONTAINER_LOGGER_IMAGE":"quay.io/codefresh/cf-container-logger:1.11.4","CR_6177_FIXER":"quay.io/codefresh/alpine:edge","DOCKER_BUILDER_IMAGE":"quay.io/codefresh/cf-docker-builder:1.3.11","DOCKER_PULLER_IMAGE":"quay.io/codefresh/cf-docker-puller:8.0.17","DOCKER_PUSHER_IMAGE":"quay.io/codefresh/cf-docker-pusher:6.0.15","DOCKER_TAG_PUSHER_IMAGE":"quay.io/codefresh/cf-docker-tag-pusher:1.3.13","FS_OPS_IMAGE":"quay.io/codefresh/fs-ops:1.2.3","GC_BUILDER_IMAGE":"quay.io/codefresh/cf-gc-builder:0.5.3","GIT_CLONE_IMAGE":"quay.io/codefresh/cf-git-cloner:10.1.26","KUBE_DEPLOY":"quay.io/codefresh/cf-deploy-kubernetes:16.1.11","PIPELINE_DEBUGGER_IMAGE":"quay.io/codefresh/cf-debugger:1.3.0","TEMPLATE_ENGINE":"quay.io/codefresh/pikolo:0.14.0"},"schedulerName":"","serviceAccount":"codefresh-engine","tolerations":[],"userEnvVars":[],"workflowLimits":{"MAXIMUM_ALLOWED_TIME_BEFORE_PRE_STEPS_SUCCESS":600,"MAXIMUM_ALLOWED_WORKFLOW_AGE_BEFORE_TERMINATION":86400,"MAXIMUM_ELECTED_STATE_AGE_ALLOWED":900,"MAXIMUM_RETRY_ATTEMPTS_ALLOWED":20,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED":900,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED_WITHOUT_UPDATE":300,"TIME_ENGINE_INACTIVE_UNTIL_TERMINATION":300,"TIME_ENGINE_INACTIVE_UNTIL_UNHEALTHY":60,"TIME_INACTIVE_UNTIL_TERMINATION":2700}}` | Parameters for Engine pod (aka "pipeline" orchestrator). |
1145
+ | runtime.engine | object | `{"affinity":{},"command":["npm","run","start"],"env":{"CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS":1000,"FORCE_COMPOSE_SERIAL_PULL":false,"LOGGER_LEVEL":"debug","LOG_OUTGOING_HTTP_REQUESTS":false,"METRICS_PROMETHEUS_ENABLED":true},"image":{"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"1.170.0"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"resources":{"limits":{"cpu":"1000m","memory":"2048Mi"},"requests":{"cpu":"100m","memory":"128Mi"}},"runtimeImages":{"COMPOSE_IMAGE":"quay.io/codefresh/compose:v2.20.3-1.4.0","CONTAINER_LOGGER_IMAGE":"quay.io/codefresh/cf-container-logger:1.11.4","CR_6177_FIXER":"quay.io/codefresh/alpine:edge","DOCKER_BUILDER_IMAGE":"quay.io/codefresh/cf-docker-builder:1.3.11","DOCKER_PULLER_IMAGE":"quay.io/codefresh/cf-docker-puller:8.0.17","DOCKER_PUSHER_IMAGE":"quay.io/codefresh/cf-docker-pusher:6.0.15","DOCKER_TAG_PUSHER_IMAGE":"quay.io/codefresh/cf-docker-tag-pusher:1.3.13","FS_OPS_IMAGE":"quay.io/codefresh/fs-ops:1.2.3","GC_BUILDER_IMAGE":"quay.io/codefresh/cf-gc-builder:0.5.3","GIT_CLONE_IMAGE":"quay.io/codefresh/cf-git-cloner:10.1.26","KUBE_DEPLOY":"quay.io/codefresh/cf-deploy-kubernetes:16.1.11","PIPELINE_DEBUGGER_IMAGE":"quay.io/codefresh/cf-debugger:1.3.0","TEMPLATE_ENGINE":"quay.io/codefresh/pikolo:0.14.0"},"schedulerName":"","serviceAccount":"codefresh-engine","tolerations":[],"userEnvVars":[],"workflowLimits":{"MAXIMUM_ALLOWED_TIME_BEFORE_PRE_STEPS_SUCCESS":600,"MAXIMUM_ALLOWED_WORKFLOW_AGE_BEFORE_TERMINATION":86400,"MAXIMUM_ELECTED_STATE_AGE_ALLOWED":900,"MAXIMUM_RETRY_ATTEMPTS_ALLOWED":20,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED":900,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED_WITHOUT_UPDATE":300,"TIME_ENGINE_INACTIVE_UNTIL_TERMINATION":300,"TIME_ENGINE_INACTIVE_UNTIL_UNHEALTHY":60,"TIME_INACTIVE_UNTIL_TERMINATION":2700}}` | Parameters for Engine pod (aka "pipeline" orchestrator). |
1146
1146
| runtime.engine.affinity | object | ` {} ` | Set affinity |
1147
1147
| runtime.engine.command | list | ` ["npm","run","start"] ` | Set container command. |
1148
- | runtime.engine.env | object | ` {"CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS":" 1000" ,"FORCE_COMPOSE_SERIAL_PULL":" false" ,"LOGGER_LEVEL":"debug","LOG_OUTGOING_HTTP_REQUESTS":" false" ,"METRICS_PROMETHEUS_ENABLED":" true" } ` | Set additional env vars. |
1149
- | runtime.engine.env.CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS | string | ` " 1000" ` | Interval to check the exec status in the container-logger |
1150
- | runtime.engine.env.FORCE_COMPOSE_SERIAL_PULL | string | ` " false" ` | If "true", composition images will be pulled sequentially |
1148
+ | runtime.engine.env | object | ` {"CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS":1000,"FORCE_COMPOSE_SERIAL_PULL":false,"LOGGER_LEVEL":"debug","LOG_OUTGOING_HTTP_REQUESTS":false,"METRICS_PROMETHEUS_ENABLED":true} ` | Set additional env vars. |
1149
+ | runtime.engine.env.CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS | int | ` 1000 ` | Interval to check the exec status in the container-logger |
1150
+ | runtime.engine.env.FORCE_COMPOSE_SERIAL_PULL | bool | ` false ` | If "true", composition images will be pulled sequentially |
1151
1151
| runtime.engine.env.LOGGER_LEVEL | string | ` "debug" ` | Level of logging for engine |
1152
- | runtime.engine.env.LOG_OUTGOING_HTTP_REQUESTS | string | ` " false" ` | Enable debug-level logging of outgoing HTTP/HTTPS requests |
1153
- | runtime.engine.env.METRICS_PROMETHEUS_ENABLED | string | ` " true" ` | Enable emitting metrics from engine |
1152
+ | runtime.engine.env.LOG_OUTGOING_HTTP_REQUESTS | bool | ` false ` | Enable debug-level logging of outgoing HTTP/HTTPS requests |
1153
+ | runtime.engine.env.METRICS_PROMETHEUS_ENABLED | bool | ` true ` | Enable emitting metrics from engine |
1154
1154
| runtime.engine.image | object | ` {"pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"1.170.0"} ` | Set image. |
1155
1155
| runtime.engine.nodeSelector | object | ` {} ` | Set node selector. |
1156
1156
| runtime.engine.podAnnotations | object | ` {} ` | Set pod annotations. |
0 commit comments