diff --git a/incubator/drone/Chart.yaml b/incubator/drone/Chart.yaml index 1a05683c1a..c1df6271cc 100755 --- a/incubator/drone/Chart.yaml +++ b/incubator/drone/Chart.yaml @@ -1,7 +1,7 @@ name: drone home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 1.0.1 +version: 1.0.2 appVersion: 0.8.4 description: Drone is a Continuous Delivery system built on container technology keywords: diff --git a/incubator/drone/README.md b/incubator/drone/README.md index 522e8102ac..b3c81866e2 100644 --- a/incubator/drone/README.md +++ b/incubator/drone/README.md @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the drone charts and th | `ingress.tls` | Ingress TLS configuration | `[]` | | `server.host` | Drone **server** scheme and hostname | `(internal hostname)` | | `server.env` | Drone **server** environment variables | `(default values)` | -| `server.envSecrets | Drone **server** secret environment variables | `(default values)` | +| `server.envSecrets`        | Drone **server** secret environment variables                                                 | `(default values)`         | | `server.annotations` | Drone **server** annotations | `{}` | | `server.resources` | Drone **server** pod resource requests & limits | `{}` | | `server.schedulerName` | Drone **server** alternate scheduler name | `nil` |