mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bump drone version (#16698)
Signed-off-by: Rauny Brandão <rauny@hotmart.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5fc6b7d40c
commit
265c085e06
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user