No introduction found. Create it?
Install with:
helm repo add forgejo-runner oci://ghcr.io/bjw-s-labs/charts/
helm install forgejo-runner forgejo-runner/forgejo-runner -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| forgejo-runner | haraldkoch/kochhaus-home | 178 | 5.1.0 | 5 days ago |
| forgejo-runner | bjw-s-labs/home-ops | 847 | 12.10.9 | 11 days ago |
| forgejo-runner | rafaribe/home-ops | 99 | 5.0.1 | a month ago |
| forgejo-runner | ToaHartor/maisonneux | 43 | 5.0.1 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| string | |
| number | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
| string | |
| boolean | |
| number | |
| string | |
| string | |
| string | |
controllers.forgejo-runner.type (9) deployment | string |
controllers.forgejo-runner.containers.runner.command[] (8) - sh | string |
controllers.forgejo-runner.containers.runner.image.repository (8) git.erwanleboucher.dev/eleboucher/runner | string |
controllers.forgejo-runner.containers.runner.image.tag (8) 12.13.0@sha256:b71959782cea9cbc86eaeb47e5ba32bf8179fbd117dd849e001c9a13807b1a07 | string |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
controllers.forgejo-runner.containers.app.command[] (5) - sh | string |
controllers.forgejo-runner.containers.app.env[].name (5) DOCKER_HOST | string |
controllers.forgejo-runner.containers.app.env[].value (5) tcp://localhost:2376 | string |
controllers.forgejo-runner.containers.app.image.repository (5) code.forgejo.org/forgejo/runner | string |
controllers.forgejo-runner.containers.app.image.tag (5) 13.0.0@sha256:7fb853bfe73c229be6349398359c0a7bd01fadfd17c106607b2221150b799ed2 | string |
| boolean | |
| string | |
| string | |
| string | |
| string | |
controllers.forgejo-runner.containers.daemon.env[].name (5) DOCKER_TLS_CERTDIR | string |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
controllers.forgejo-runner.containers.k8s-plugin.args[] (5) - --listen | string |
controllers.forgejo-runner.containers.k8s-plugin.image.repository (5) git.erwanleboucher.dev/eleboucher/runner-k8s-plugin | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
controllers.forgejo-runner.initContainers.runner-register.env[].name (4) RUNNER_NAME | string |
| string | |
| string | |
| string | |
| string | |
controllers.forgejo-runner.initContainers.runner-register.image.repository (4) code.forgejo.org/forgejo/runner | string |
| string | |
controllers.forgejo-runner.initContainers.k8s-plugin.args[] (3) - --listen | string |
controllers.forgejo-runner.initContainers.k8s-plugin.image.repository (3) registry.erwanleboucher.dev/erwanleboucher.dev/eleboucher/runner-k8s-plugin | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
persistence.config.type (9) configMap | string |
| string | |
| string | |
persistence.runner-secret.globalMounts[].path (8) /etc/forgejo-runner-secret | string |
| boolean | |
persistence.runner-secret.name (8) forgejo-runner-secret | string |
| string | |
persistence.plugin.type (7) emptyDir | string |
| string | |
| string | |
| string | |
persistence.tmpfs.type (7) emptyDir | string |
| string | |
| string | |
| string | |
persistence.runner-data.type (4) emptyDir | string |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
rbac.bindings.forgejo-runner.roleRef.identifier (8) forgejo-runner | string |
rbac.bindings.forgejo-runner.subjects[].identifier (8) forgejo-runner | string |
rbac.bindings.forgejo-runner.type (8) RoleBinding | string |
| string | |
rbac.roles.forgejo-runner.rules[].resources[] (8) - jobs | string |
rbac.roles.forgejo-runner.rules[].verbs[] (8) - create | string |
| string | |
forgejo.existingSecret (7) forgejo-runner-secret | string |
| string | |
image.repository (7) registry.erwanleboucher.dev/eleboucher/runner | string |
image.tag (7) 12.13.0 | string |
| string | |
podLabels."app.kubernetes.io/component" (7) forgejo-runner | string |
| string | |
| string | |
| string | |
| string | |
plugin.image.repository (6) registry.erwanleboucher.dev/eleboucher/runner-k8s-plugin | string |
| string | |
| string | |
podSpecs."podspec-default.yaml" (6) containers:
- env:
- name: DEBIAN_FRONTEND
value: noninteractive
image: ghcr.io/bjw-s-labs/forgejo-runner:ubuntu-24.04@sha256:fea96a5b525857bee41cc132cf95df67191b73cdd681569ada3000111420397e
imagePullPolicy: IfNotPresent
name: main
resources:
limits:
memory: 2Gi
requests:
cpu: 100m
memory: 256Mi
restartPolicy: Never | string |
podSpecs."podspec-dind.yaml" (6) initContainers:
- name: dind
image: docker:29-dind
securityContext:
privileged: true
restartPolicy: Always
env:
- name: DOCKER_TLS_CERTDIR
value: /certs
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
memory: 4Gi
volumeMounts:
- name: docker-storage
mountPath: /var/lib/docker
- name: docker-certs
mountPath: /certs
startupProbe:
exec:
command:
- sh
- -c
- docker --tlsverify --tlscacert=/certs/client/ca.pem --tlscert=/certs/client/cert.pem --tlskey=/certs/client/key.pem -H tcp://localhost:2376 info
initialDelaySeconds: 5
periodSeconds: 1
failureThreshold: 30
containers:
- env:
- name: DEBIAN_FRONTEND
value: noninteractive
- name: DOCKER_HOST
value: tcp://localhost:2376
- name: DOCKER_TLS_VERIFY
value: "1"
- name: DOCKER_CERT_PATH
value: /certs/client
image: ghcr.io/bjw-s-labs/forgejo-runner:ubuntu-24.04@sha256:fea96a5b525857bee41cc132cf95df67191b73cdd681569ada3000111420397e
imagePullPolicy: IfNotPresent
name: main
resources:
limits:
memory: 2Gi
requests:
cpu: 100m
memory: 256Mi
volumeMounts:
- name: docker-certs
mountPath: /certs
readOnly: true
volumes:
- name: docker-storage
emptyDir: {}
- name: docker-certs
emptyDir: {}
restartPolicy: Never | string |
| string | |
| string | |
| string | |
service.app.controller (5) forgejo-runner | string |
| number | |
| boolean | |
| string | |
| string | |
| string | |
| number | |
| number |