Alternative helm chart for the kubernetes based drone runner
https://artifacthub.io/packages/helm/drone-ce/drone-runner
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/pr Build is passing
Details
continuous-integration/drone/push Build is passing
Details
|
4 days ago | |
---|---|---|
templates | 1 year ago | |
.drone.yml | 4 days ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
.helmignore | 2 years ago | |
.markdownlint.yaml | 2 years ago | |
Chart.yaml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 10 months ago | |
renovate.json | 2 years ago | |
values.yaml | 1 year ago |
README.md
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 |