diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index da1dd1fe1e..d34cb51d56 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: drone home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 2.0.5 +version: 2.0.6 appVersion: 1.2 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 2d9a0761a0..47a23c4eb4 100644 --- a/stable/drone/README.md +++ b/stable/drone/README.md @@ -55,10 +55,10 @@ The following table lists the configurable parameters of the drone charts and th | Parameter | Description | Default | |-----------------------------|-----------------------------------------------------------------------------------------------|-----------------------------| | `images.server.repository` | Drone **server** image | `docker.io/drone/drone` | -| `images.server.tag` | Drone **server** image tag | `0.8.9` | +| `images.server.tag` | Drone **server** image tag | `1.2` | | `images.server.pullPolicy` | Drone **server** image pull policy | `IfNotPresent` | | `images.agent.repository` | Drone **agent** image | `docker.io/drone/agent` | -| `images.agent.tag` | Drone **agent** image tag | `0.8.6` | +| `images.agent.tag` | Drone **agent** image tag | `1.2` | | `images.agent.pullPolicy` | Drone **agent** image pull policy | `IfNotPresent` | | `images.dind.repository` | Docker **dind** image | `docker.io/library/docker` | | `images.dind.tag` | Docker **dind** image tag | `18.06.1-ce-dind` |