From 46ed210a40b0b163b7fedcceaa176d4a614fffab Mon Sep 17 00:00:00 2001 From: Max Williams Date: Mon, 28 Jan 2019 15:38:28 +0100 Subject: [PATCH] [stable/drone] fix bad markdown table formatting (#10943) * [stable/drone] fix bad markdown table formatting Signed-off-by: Max Williams * apparently I need to bump the version regardless Signed-off-by: Max Williams --- stable/drone/Chart.yaml | 2 +- stable/drone/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index eddeadac9f..0ab9285391 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -1,7 +1,7 @@ name: drone home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 2.0.0-rc.1 +version: 2.0.0-rc.2 appVersion: 1.0.0-rc.4 description: Drone is a Continuous Delivery system built on container technology keywords: diff --git a/stable/drone/README.md b/stable/drone/README.md index a2cfae9bc2..8b9e5c5c6c 100644 --- a/stable/drone/README.md +++ b/stable/drone/README.md @@ -88,7 +88,6 @@ The following table lists the configurable parameters of the drone charts and th | `server.kubernetes.enabled`        | whether to use kubernetes to run pipelines (if `false` will run agents instead)                                            | `true`         | | `server.kubernetes.namespace`        | namespace in which to run pipelines, defaults to release namespace.                                            | ``         | | `server.kubernetes.pipelineServiceAccount`        | if rbac is enabled, what should name of pipeline service account be?                                            | ``         | - | `server.annotations` | Drone **server** annotations | `{}` | | `server.resources` | Drone **server** pod resource requests & limits | `{}` | | `server.schedulerName` | Drone **server** alternate scheduler name | `nil` |