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 10)

NameRepoStarsVersionTimestamp
gitlab-runnerpascaliske/infrastructure640.72.014 days ago
gitlab-runnerpl4nty/homelab340.72.0a month ago
gitlab-runnerpl4nty/homelab340.72.0a month ago

Values

See the most popular values for this chart:

KeyTypes
gitlabUrl (10)
https://gitlab.com/
string
boolean
boolean
string
string
string
rbac.imagePullSecrets[] (1)
- gitlab-registry-auth
string
boolean
number
number
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.secret (5)
gitlab-runner
string
runners.cache.secretName (3)
gitlab-runner-s3access-secret
string
string
string
runners.tags (3)
kubernetes,internal
string
string
string
string
string
string
boolean
string
string
boolean
string
boolean
boolean
string
string
string
number
string
boolean
string
number
env.TZ (3)
${TIMEZONE}
string
string
string
string
string
string
string
string
nameOverride (2)
gitlab-runner
string
string
string
string
number
runnerRegistrationToken (2)
${SECRET_GITLAB_RUNNER_TOKEN}
string
string
string
string
string
string
string
string
string
string
boolean
string
image (1)
gitlab/gitlab-runner:alpine-v14.0.1
string
boolean
string
string
string
runnerToken (1)
${GITLAB_RUNNER_TOKEN}
string
number
number
sentryDsn (1)
${SENTRY_DSN_LEGACY}
string
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