update drone default versions in Readme.MD (#15793)

Signed-off-by: Osama Nabil <hacktron95@gmail.com>
This commit is contained in:
Osama Nabil
2019-07-23 02:22:54 -07:00
committed by Kubernetes Prow Robot
parent 2bf5e63aa4
commit 7ba8ad8a86
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+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 | `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` |