Alternative helm chart for the kubernetes based drone runner https://artifacthub.io/packages/helm/drone-ce/drone-runner
Go to file
Markus Pesch b5222f3ead
continuous-integration/drone/push Build is passing Details
[Close #2] fix: add missing curly braces
2022-03-10 21:16:46 +01:00
templates fix: support .env file 2021-09-10 18:37:05 +02:00
.drone.yml chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.31.1 2022-02-09 19:30:38 +00:00
.editorconfig fix: add .editorconfig 2021-10-12 18:21:40 +02:00
.gitignore fix: ignore further files for git and helm 2021-09-26 17:03:50 +02:00
.helmignore fix: add .editorconfig 2021-10-12 18:21:40 +02:00
.markdownlint.yaml Initial Commit 2021-08-17 20:25:30 +02:00
Chart.yaml fix(renovate): init 2021-10-28 22:27:55 +02:00
LICENSE Initial Commit 2021-08-17 20:25:30 +02:00
README.md fix(README): build status badged 2021-08-17 20:29:49 +02:00
renovate.json fix(ci): add package rules 2022-01-30 16:43:39 +01:00
values.yaml [Close #2] fix: add missing curly braces 2022-03-10 21:16:46 +01:00

README.md

drone-charts

Build Status Artifact Hub

This is an inofficial helm chart for drone-runner and should replace the official unmainted helm chart repository.

This helm chart can be found on artifacthub.io and can be installed via helm.

helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install drone volker.raschek/drone-runner

Customization

All configuration options can be defined in the values.yml file below the config section. Alternatively can be the options passed via the --set flag of the helm install command.

value reference
config.DRONE_ANNOTATIONS_DEFAULT Documentation
config.DRONE_DEBUG Documentation
config.DRONE_DOCKER_CONFIG Documentation
config.DRONE_HTTP_BIND Documentation
config.DRONE_HTTP_HOST Documentation
config.DRONE_HTTP_PROTO Documentation
config.DRONE_IMAGE_CLONE Documentation
config.DRONE_IMAGE_PLACEHOLDER Documentation
config.DRONE_LABELS_DEFAULT Documentation
config.DRONE_LIMIT_EVENTS Documentation
config.DRONE_LIMIT_REPOS Documentation
config.DRONE_LIMIT_TRUST Documentation
config.DRONE_NAMESPACE_DEFAULT Documentation
config.DRONE_NAMESPACE_RULES Documentation
config.DRONE_NAMESPACE_RULES_FILE Documentation
config.DRONE_NODE_SELECTOR_DEFAULT Documentation
config.DRONE_POLICY_FILE Documentation
config.DRONE_REGISTRY_PLUGIN_ENDPOINT Documentation
config.DRONE_REGISTRY_PLUGIN_SKIP_VERIFY Documentation
config.DRONE_REGISTRY_PLUGIN_TOKEN Documentation
config.DRONE_RESOURCE_LIMIT_CPU Documentation
config.DRONE_RESOURCE_LIMIT_MEMORY Documentation
config.DRONE_RESOURCE_REQUEST_CPU Documentation
config.DRONE_RESOURCE_REQUEST_MEMORY Documentation
config.DRONE_RPC_DUMP_HTTP Documentation
config.DRONE_RPC_DUMP_HTTP_BODY Documentation
config.DRONE_RPC_HOST Documentation
config.DRONE_RPC_PROTO Documentation
config.DRONE_RPC_SECRET Documentation
config.DRONE_RPC_SKIP_VERIFY Documentation
config.DRONE_RUNNER_CAPACITY Documentation
config.DRONE_RUNNER_DEVICES Documentation
config.DRONE_RUNNER_ENV_FILE Documentation
config.DRONE_RUNNER_ENVIRON Documentation
config.DRONE_RUNNER_MAX_PROCS Documentation
config.DRONE_RUNNER_NAME Documentation
config.DRONE_RUNNER_PRIVILEGED_IMAGES Documentation
config.DRONE_SECRET_PLUGIN_ENDPOINT Documentation
config.DRONE_SECRET_PLUGIN_SKIP_VERIFY Documentation
config.DRONE_SECRET_PLUGIN_TOKEN Documentation
config.DRONE_SERVICE_ACCOUNT_DEFAULT Documentation
config.DRONE_TRACE Documentation
config.DRONE_UI_DISABLED Documentation
config.DRONE_UI_PASSWORD Documentation
config.DRONE_UI_REALM Documentation
config.DRONE_UI_USERNAME Documentation