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 (1 out of 7)

NameRepoStarsVersionTimestamp
gitlab-runnerpascaliske/infrastructure660.79.12 days ago

Values

See the most popular values for this chart:

KeyTypes
gitlabUrl (7)
https://gitlab.com/
string
boolean
boolean
rbac.imagePullSecrets[] (1)
- gitlab-registry-auth
string
string
string
string
boolean
boolean
string
string
string
number
string
boolean
string
number
number
runners.config (4)
[[runners]] name = "X8Dr9i-qb" environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=true"] builds_dir = "/builds" [runners.feature_flags] FF_USE_ADVANCED_POD_SPEC_CONFIGURATION = true [runners.cache] Type = "s3" Shared = true [runners.cache.s3] ServerAddress = "s3.alexsaphir.com" BucketName = "gitlab-runner" BucketLocation = "us-east-1" AuthenticationType = "access-key" [runners.kubernetes] namespace = "{{.Release.Namespace}}" image = "ubuntu:22.04" [runners.kubernetes.affinity] [runners.kubernetes.affinity.node_affinity.required_during_scheduling_ignored_during_execution] [[runners.kubernetes.affinity.node_affinity.required_during_scheduling_ignored_during_execution.node_selector_terms]] [[runners.kubernetes.affinity.node_affinity.required_during_scheduling_ignored_during_execution.node_selector_terms.match_expressions]] key = "node-role.kubernetes.io/control-plane" operator = "DoesNotExist" [[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: storageClassName: openebs-hostpath accessModes: [ ReadWriteOnce ] resources: requests: storage: 8Gi '''
string
runners.secret (4)
gitlab-runner-secret
string
string
string
string
string
string
runners.cache.secretName (1)
gitlab-runner-s3access-secret
string
string
string
string
string
boolean
boolean
runners.tags (1)
kubernetes,internal
string
boolean
string
number
env.TZ (2)
${TIMEZONE}
string
string
imagePullSecrets[].name (2)
gitlab-registry-auth
string
string
string
string
string
string
string
boolean
string
string
string
string
string
nameOverride (1)
gitlab-runner
string
boolean
string
string
string
number
runnerRegistrationToken (1)
${SECRET_GITLAB_RUNNER_TOKEN}
string
runnerToken (1)
${GITLAB_RUNNER_TOKEN}
string
number
number
sentryDsn (1)
${SENTRY_DSN_LEGACY}
string
number
string
volumeMounts[].name (1)
root-gitlab-runner
string
string
volumes[].name (1)
root-gitlab-runner
string