No introduction found. Create it?
forgejo-runner from bjw-s-labs/charts/ is more popular with 9 repositories.
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 | bjw-s-labs/home-ops | 816 | 4.6.2 | 10 hours ago |
| forgejo-runner | bjw-s/home-ops | 395 | 4.6.2 | 10 hours ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| string | |
| number | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
| string | |
| string | |
| string | |
| string | |
| string | |
controllers.forgejo-runner.type (5) statefulset | string |
controllers.forgejo-runner.containers.app.command[] (4) - sh | string |
controllers.forgejo-runner.containers.app.env[].name (4) DOCKER_HOST | string |
controllers.forgejo-runner.containers.app.env[].value (4) tcp://localhost:2376 | string |
controllers.forgejo-runner.containers.app.image.repository (4) code.forgejo.org/forgejo/runner | string |
controllers.forgejo-runner.containers.app.image.tag (4) 12.7.3@sha256:48b0539854bfc769fbf629725e089e35cfa1227ddedc7e45436b83bb9502ae27 | string |
| string | |
| string | |
| string | |
| boolean | |
controllers.forgejo-runner.containers.daemon.env[].name (4) DOCKER_TLS_CERTDIR | string |
| string | |
| string | |
controllers.forgejo-runner.containers.daemon.image.tag (4) 29.3.1-dind@sha256:4d90f1f6c400315c2dba96d3ec93c01e64198395cbba04f79d12adce4f737029 | string |
| boolean | |
| string | |
| string | |
| string | |
controllers.forgejo-runner.containers.runner.command[] (3) - /bin/forgejo-runner | string |
controllers.forgejo-runner.containers.runner.image.repository (3) code.forgejo.org/johbo/k8s-runner | string |
controllers.forgejo-runner.containers.runner.image.tag (3) v9.1.1-21-gd2a8af7d | string |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
controllers.forgejo-runner.initContainers.register-runner.command[] (3) - sh | string |
| string | |
| string | |
| string | |
controllers.forgejo-runner.initContainers.register-runner.image.repository (3) code.forgejo.org/johbo/k8s-runner | string |
controllers.forgejo-runner.initContainers.register-runner.image.tag (3) v9.1.1-21-gd2a8af7d | string |
controllers.forgejo-runner.initContainers.register.command[] (2) - sh | string |
controllers.forgejo-runner.initContainers.register.env.FORGEJO_INSTANCE_URL (2) http://forgejo-http.selfhosted.svc.cluster.local:3000 | string |
controllers.forgejo-runner.initContainers.register.env.LABELS (2) ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest | string |
controllers.forgejo-runner.initContainers.register.envFrom[].secretRef.name (2) forgejo-runner-secret | string |
controllers.forgejo-runner.initContainers.register.image.repository (2) code.forgejo.org/forgejo/runner | string |
controllers.forgejo-runner.initContainers.register.image.tag (2) 12.7.3@sha256:48b0539854bfc769fbf629725e089e35cfa1227ddedc7e45436b83bb9502ae27 | string |
controllers.forgejo-runner.initContainers.runner-register.args[] (2) - forgejo-runner register --no-interactive --token $(RUNNER_TOKEN) --name $(RUNNER_NAME) --instance $(FORGEJO_INSTANCE_URL) --labels self-hosted:host,docker:docker://ghcr.io/catthehacker/ubuntu:act-24.04,ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-24.04,ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04,renovate:docker://ghcr.io/catthehacker/ubuntu:act-24.04 ;
forgejo-runner generate-config > /data/config.yml ;
sed -i -e "s|network: .*|network: host|" /data/config.yml ;
sed -i -e "s|^ envs:$| envs:\n DOCKER_HOST: tcp://localhost:2376\n DOCKER_TLS_VERIFY: 1\n DOCKER_CERT_PATH: /certs/client|" /data/config.yml ;
sed -i -e "s|^ options:| options: -v /certs/client:/certs/client|" /data/config.yml ;
sed -i -e "s| valid_volumes: \[\]$| valid_volumes:\n - /certs/client|" /data/config.yml ;
| string |
| string | |
controllers.forgejo-runner.initContainers.runner-register.env[].name (2) RUNNER_NAME | string |
| string | |
controllers.forgejo-runner.initContainers.runner-register.env[].valueFrom.secretKeyRef.key (2) RUNNER_TOKEN | string |
controllers.forgejo-runner.initContainers.runner-register.env[].valueFrom.secretKeyRef.name (2) forgejo-runner-secret | string |
controllers.forgejo-runner.initContainers.runner-register.image.repository (2) code.forgejo.org/forgejo/runner | string |
controllers.forgejo-runner.initContainers.runner-register.image.tag (2) 12.7.3@sha256:48b0539854bfc769fbf629725e089e35cfa1227ddedc7e45436b83bb9502ae27 | string |
| string | |
| boolean | |
| string | |
persistence.config.type (5) configMap | string |
| string | |
persistence.config.name (2) forgejo-runner-configmap | string |
| string | |
| string | |
| string | |
persistence.tmpfs.type (3) emptyDir | string |
persistence.cache.type (2) emptyDir | string |
persistence.certs.type (2) emptyDir | string |
| string | |
| string | |
| string | |
persistence.runner-data.type (2) emptyDir | string |
service.app.controller (4) forgejo-runner | string |
| number | |
configMaps.config.data."podspec-default.yaml" (3) 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:
cpu: "2"
memory: 4Gi
volumeMounts:
- name: docker-storage
mountPath: /var/lib/docker
- name: docker-certs
mountPath: /certs
readinessProbe:
exec:
command:
- sh
- -c
- test -f /certs/client/cert.pem
initialDelaySeconds: 2
periodSeconds: 1
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/catthehacker/ubuntu:act-24.04
imagePullPolicy: IfNotPresent
name: main
resources:
limits:
cpu: "1"
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 |
configMaps.config.data."runner.yaml" (3) cache:
enabled: false
container:
k8s_namespace: dev
kubernetes: true
log:
level: info
runner:
capacity: 2
file: /persistent/.runner
labels:
- ubuntu-latest:k8spod:/config/podspec-default.yaml
- ubuntu-24.04:k8spod:/config/podspec-default.yaml
- default:k8spod:/config/podspec-default.yaml
timeout: 3h | string |
| string | |
rbac.bindings.forgejo-runner.roleRef.identifier (3) forgejo-runner | string |
rbac.bindings.forgejo-runner.subjects[].identifier (3) forgejo-runner | string |
rbac.bindings.forgejo-runner.type (3) RoleBinding | string |
| string | |
rbac.roles.forgejo-runner.rules[].resources[] (3) - pods | string |
rbac.roles.forgejo-runner.rules[].verbs[] (3) - list | string |
| string |