Alternative helm chart for the kubernetes based drone runner
https://artifacthub.io/packages/helm/drone-ce/drone-runner
templates | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
.helmignore | ||
.markdownlint.yaml | ||
Chart.yaml | ||
LICENSE | ||
README.md | ||
renovate.json | ||
values.yaml |
drone-charts
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 withdrone
.
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 |