File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : A Helm chart for Codefresh Runner
3
3
name : cf-runtime
4
- version : 7.5.7
4
+ version : 7.5.8
5
5
keywords :
6
6
- codefresh
7
7
- runner
Original file line number Diff line number Diff line change 1
1
## Codefresh Runner
2
2
3
- ![ Version: 7.5.7 ] ( https://img.shields.io/badge/Version-7.5.7 -informational?style=flat-square )
3
+ ![ Version: 7.5.8 ] ( https://img.shields.io/badge/Version-7.5.8 -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
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ runtimeScheduler:
25
25
{{- end }}
26
26
COMPOSE_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.COMPOSE_IMAGE) | squote }}
27
27
CONTAINER_LOGGER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.CONTAINER_LOGGER_IMAGE) | squote }}
28
+ DEFAULT_QEMU_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DEFAULT_QEMU_IMAGE) | squote }}
28
29
DOCKER_BUILDER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DOCKER_BUILDER_IMAGE) | squote }}
29
30
DOCKER_PULLER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DOCKER_PULLER_IMAGE) | squote }}
30
31
DOCKER_PUSHER_IMAGE : {{ include "runtime.runtimeImageName" (dict "registry" $imageRegistry "imageFullName" $engineContext.runtimeImages.DOCKER_PUSHER_IMAGE) | squote }}
Original file line number Diff line number Diff line change 43
43
METRICS_PROMETHEUS_HOST: '0.0.0.0'
44
44
METRICS_PROMETHEUS_PORT: '9100'
45
45
METRICS_PROMETHEUS_SCRAPE_TIMEOUT: '15000'
46
- TRUSTED_QEMU_IMAGES: ''
46
+ TRUSTED_QEMU_IMAGES: 'tonistiigi/binfmt '
47
47
COMPOSE_IMAGE: 'somedomain.io/codefresh/compose:tagoverride'
48
48
CONTAINER_LOGGER_IMAGE: 'somedomain.io/codefresh/cf-container-logger:tagoverride'
49
49
DOCKER_BUILDER_IMAGE: 'somedomain.io/codefresh/cf-docker-builder:tagoverride'
Original file line number Diff line number Diff line change 56
56
METRICS_PROMETHEUS_HOST: '0.0.0.0'
57
57
METRICS_PROMETHEUS_PORT: '9100'
58
58
METRICS_PROMETHEUS_SCRAPE_TIMEOUT: '15000'
59
- TRUSTED_QEMU_IMAGES: ''
59
+ TRUSTED_QEMU_IMAGES: 'tonistiigi/binfmt '
60
60
COMPOSE_IMAGE: 'quay.io/codefresh/compose:tagoverride'
61
61
CONTAINER_LOGGER_IMAGE: 'quay.io/codefresh/cf-container-logger:tagoverride'
62
62
DOCKER_BUILDER_IMAGE: 'quay.io/codefresh/cf-docker-builder:tagoverride'
You can’t perform that action at this time.
0 commit comments