mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/drone] Bump version to last stable (0.8.5) (#5501)
This commit is contained in:
committed by
k8s-ci-robot
parent
302ed5bf18
commit
973b4facdb
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user