[incubator/drone] Bump version to last stable (0.8.5) (#5501)

This commit is contained in:
Marco Vito Moscaritolo
2018-05-17 23:39:51 -07:00
committed by k8s-ci-robot
parent 302ed5bf18
commit 973b4facdb
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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` |
+3 -3
View File
@@ -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.