diff --git a/incubator/drone/Chart.yaml b/incubator/drone/Chart.yaml index 7d00c979b3..bac7a3749f 100755 --- a/incubator/drone/Chart.yaml +++ b/incubator/drone/Chart.yaml @@ -1,8 +1,8 @@ name: drone home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 1.0.4 -appVersion: 0.8.4 +version: 1.0.5 +appVersion: 0.8.5 description: Drone is a Continuous Delivery system built on container technology keywords: - continuous-delivery diff --git a/incubator/drone/README.md b/incubator/drone/README.md index df4bf30599..fc9bd98e2f 100644 --- a/incubator/drone/README.md +++ b/incubator/drone/README.md @@ -34,10 +34,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.4` | +| `images.server.tag` | Drone **server** image tag | `0.8.5` | | `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.4` | +| `images.agent.tag` | Drone **agent** image tag | `0.8.5` | | `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 | `17.12.0-ce-dind` | diff --git a/incubator/drone/values.yaml b/incubator/drone/values.yaml index 3eb8f751b0..adaa9439d9 100644 --- a/incubator/drone/values.yaml +++ b/incubator/drone/values.yaml @@ -1,4 +1,4 @@ -appVersion: "0.8.4" +appVersion: "0.8.5" images: ## The official drone (server) image, change tag to use a different version. @@ -6,7 +6,7 @@ images: ## server: repository: "docker.io/drone/drone" - tag: 0.8.4 + tag: 0.8.5 pullPolicy: IfNotPresent ## The official drone (agent) image, change tag to use a different version. @@ -14,7 +14,7 @@ images: ## agent: repository: "docker.io/drone/agent" - tag: 0.8.4 + tag: 0.8.5 pullPolicy: IfNotPresent ## The official docker (dind) image, change tag to use a different version.