Alternative helm chart for the kubernetes based drone runner https://artifacthub.io/packages/helm/drone-ce/drone-runner
Go to file
CSRBot 9c6ef28e34
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.14.4
2024-04-11 07:09:07 +00:00
templates fix: mounting of env var file 2022-05-24 22:44:04 +02:00
.drone.yml chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.14.4 2024-04-11 07:09:07 +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: upgrade image and chart 2022-03-16 19:29:52 +01:00
LICENSE Initial Commit 2021-08-17 20:25:30 +02:00
README.md fix(README): add note about changed chart repo 2022-12-13 21:32:08 +01:00
renovate.json fix(renovate): remove automerge options 2024-01-21 14:55:33 +01:00
values.yaml fix: mounting of env var file 2022-05-24 22:44:04 +02:00

README.md

drone-charts

Build Status Artifact Hub

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

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

The repository has been changed and causes error messages when interacting with the old repository definition. Please remove the chart repo volker.raschek and replace it with drone.

helm repo add drone https://charts.cryptic.systems/drone
helm install drone drone/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