gitlab-runner helm

No introduction found. Create it?

Install

Install with:

helm repo add gitlab https://charts.gitlab.io/
helm install gitlab-runner gitlab/gitlab-runner -f values.yaml

Examples

See examples from other people.

Top Repositories (3 out of 13)

NameRepoStarsVersionTimestamp
gitlab-runnerpl4nty/homelab330.70.319 days ago
gitlab-runnerpl4nty/homelab330.70.319 days ago
gitlab-runnerpascaliske/infrastructure610.70.319 days ago

Values

See the most popular values for this chart:

KeyTypes
gitlabUrl (13)
https://gitlab.com/
string
boolean
boolean
string
string
string
rbac.imagePullSecrets[] (1)
- gitlab-registry-auth
string
runners.config (9)
[[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.secret (9)
gitlab-runner
string
string
boolean
string
string
string
string
string
string
string
string
boolean
boolean
number
boolean
boolean
string
string
string
number
string
number
boolean
string
string
string
string
string
string
number
string
string
string
env.TZ (2)
${TIMEZONE}
string
string
runnerRegistrationToken (2)
${SECRET_GITLAB_RUNNER_TOKEN}
string
string
string
string
string
string
string
string
string
string
image (1)
gitlab/gitlab-runner:alpine-v14.0.1
string
nameOverride (1)
gitlab-runner
string
boolean
string
string
string
number
runnerToken (1)
${GITLAB_RUNNER_TOKEN}
string
number
number
sentryDsn (1)
${SENTRY_DSN_LEGACY}
string
boolean
number
string
tolerations[].key (1)
k8s.pascaliske.dev/location
string
string
string
string
volumeMounts[].name (1)
root-gitlab-runner
string
string
volumes[].name (1)
root-gitlab-runner
string