Compare commits

..

2 Commits

Author SHA1 Message Date
ab3cf7b670
doc(README): describe config.DRONE_STARLARK_SIZE_LIMIT
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-05 10:06:01 +01:00
d63429a719 chore(deps): update dependency drone to v2.16.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-01-19 19:21:54 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: drone
description: Drone Helm chart for Kubernetes
type: application
version: "0.7.1"
appVersion: "2.15.0"
appVersion: "2.16.0"
icon: https://readme.drone.io/logo.svg
keywords:

View File

@ -96,6 +96,7 @@ helm install drone drone/drone \
| `config.DRONE_SERVER_PROXY_HOST` | [Documentation](https://docs.drone.io/server/reference/drone-server-proxy-host) |
| `config.DRONE_SERVER_PROXY_PROTO` | [Documentation](https://docs.drone.io/server/reference/drone-server-proxy-proto) |
| `config.DRONE_STARLARK_ENABLED` | [Documentation](https://docs.drone.io/server/reference/drone-starlark-enabled) |
| `config.DRONE_STARLARK_SIZE_LIMIT` | [Documentation](https://github.com/harness/drone/pull/3291) |
| `config.DRONE_STARLARK_STEP_LIMIT` | [Documentation](https://docs.drone.io/server/reference/drone-starlark-step-limit) |
| `config.DRONE_STASH_CONSUMER_KEY` | [Documentation](https://docs.drone.io/server/reference/drone-stash-consumer-key) |
| `config.DRONE_STASH_PRIVATE_KEY` | [Documentation](https://docs.drone.io/server/reference/drone-stash-private-key) |