No introduction found. Create it?
Install with:
helm repo add gitlab https://charts.gitlab.io/
helm install gitlab-runner gitlab/gitlab-runner -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
gitlab-runner | dfroberg/cluster | 48 | 0.45.0 | 6 months ago |
See the most popular values for this chart:
Key | Types |
---|---|
gitlabUrl (11) https://gitlab.com/ | string |
rbac.create (11) true | boolean |
boolean | |
string | |
string | |
string | |
runners.secret (8) gitlab-runner | string |
runners.config (6) [[runners]]
[runners.kubernetes]
namespace = "{{.Release.Namespace}}"
privileged = true
[[runners.kubernetes.volumes.host_path]]
name = "devices"
host_path = "/dev"
mount_path = "/dev"
read_only = true
[[runners.kubernetes.pod_spec]]
name = "ephemeral-builds"
patch_type = "strategic"
patch = '''
containers:
- name: build
volumeMounts:
- name: builds
mountPath: /builds
- name: helper
volumeMounts:
- name: builds
mountPath: /builds
volumes:
- name: builds
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ ReadWriteOnce ]
resources:
requests:
storage: 32Gi
'''
[runners.feature_flags]
FF_USE_ADVANCED_POD_SPEC_CONFIGURATION = true
| string |
runners.tags (4) amd64 | string |
string | |
runners.env.DOCKER_HOST (2) tcp://docker:2375 | string |
string | |
runners.imagePullPolicy (2) if-not-present | string |
runners.namespace (2) default | string |
boolean | |
runners.cache.secretName (1) google-application-credentials | string |
runners.imagePullSecrets[].name (1) regcred | string |
boolean | |
number | |
imagePullPolicy (3) IfNotPresent | string |
imagePullSecrets[].name (3) regcred | string |
string | |
podAnnotations."instrumentation.opentelemetry.io/inject-go" (2) true-sidecar-gitlab | string |
podAnnotations."instrumentation.opentelemetry.io/otel-go-auto-target-exe" (2) /usr/bin/gitlab-runner | string |
podAnnotations."sidecar.opentelemetry.io/inject" (2) monitoring/opentelemetry-sidecar | string |
number | |
number | |
env.TZ (2) ${CLUSTER_TZ} | string |
image (2) gitlab/gitlab-runner:ubuntu-v14.6.0 | string |
logLevel (2) info | string |
boolean | |
boolean | |
string | |
metrics.serviceMonitor.path (1) /metrics | string |
string | |
metrics.port (1) 9252 | number |
metrics.portName (1) metrics | string |
string | |
string | |
runnerRegistrationToken (2) ${SECRET_GITLAB_RUNNER_TOKEN} | string |
number | |
number | |
boolean | |
service.type (1) ClusterIP | string |
cache.secretName (1) gitlab-cache-secret | string |
number | |
hpa.metrics[].pods.metricName (1) gitlab_runner_jobs | string |
string | |
string | |
number | |
logFormat (1) json | string |
nameOverride (1) gitlab-runner | string |
boolean | |
podSecurityPolicy.resourceNames[] (1) - gitlab-runner | string |
number | |
volumeMounts[].mountPath (1) /.gitlab-runner | string |
volumeMounts[].name (1) root-gitlab-runner | string |
string | |
volumes[].name (1) root-gitlab-runner | string |