From 265c085e06ff41a9654e48eb83047a321c313291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rauny=20Brand=C3=A3o?= Date: Fri, 30 Aug 2019 11:15:55 -0300 Subject: [PATCH] bump drone version (#16698) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rauny Brandão --- stable/drone/Chart.yaml | 4 ++-- stable/drone/README.md | 4 ++-- stable/drone/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index e7452b89fa..168034a720 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -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 diff --git a/stable/drone/README.md b/stable/drone/README.md index 138430dc85..8d051379f6 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 | `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` | diff --git a/stable/drone/values.yaml b/stable/drone/values.yaml index c80c18c90e..43128d926e 100644 --- a/stable/drone/values.yaml +++ b/stable/drone/values.yaml @@ -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.