bump drone version (#16698)

Signed-off-by: Rauny Brandão <rauny@hotmart.com>
This commit is contained in:
Rauny Brandão
2019-08-30 07:15:55 -07:00
committed by Kubernetes Prow Robot
parent 5fc6b7d40c
commit 265c085e06
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ apiVersion: v1
name: drone
home: https://drone.io/
icon: https://drone.io/apple-touch-icon.png
version: 2.0.7
appVersion: 1.2
version: 2.1.0
appVersion: 1.3.1
description: Drone is a Continuous Delivery system built on container technology
keywords:
- continuous-delivery
+2 -2
View File
@@ -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 | `1.2` |
| `images.server.tag` | Drone **server** image tag | `1.3.1` |
| `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 | `1.2` |
| `images.agent.tag` | Drone **agent** image tag | `1.3.1` |
| `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` |
+2 -2
View File
@@ -4,7 +4,7 @@ images:
##
server:
repository: "docker.io/drone/drone"
tag: 1.2
tag: 1.3.1
pullPolicy: IfNotPresent
## The official drone (agent) image, change tag to use a different version.
@@ -12,7 +12,7 @@ images:
##
agent:
repository: "docker.io/drone/agent"
tag: 1.2
tag: 1.3.1
pullPolicy: IfNotPresent
## The official docker (dind) image, change tag to use a different version.