mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[stable/drone] bump version to rc5, simplify container names (#11054)
* [stable/drone] bump version to rc5, simplify container names Signed-off-by: Max Williams <max.williams@deliveryhero.com> * revert this, it was a local change Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e3f1cd29e4
commit
d3dea2df29
@@ -1,8 +1,8 @@
|
||||
name: drone
|
||||
home: https://drone.io/
|
||||
icon: https://drone.io/apple-touch-icon.png
|
||||
version: 2.0.0-rc.6
|
||||
appVersion: 1.0.0-rc.4
|
||||
version: 2.0.0-rc.7
|
||||
appVersion: 1.0.0-rc.5
|
||||
description: Drone is a Continuous Delivery system built on container technology
|
||||
keywords:
|
||||
- continuous-delivery
|
||||
|
||||
@@ -36,7 +36,7 @@ spec:
|
||||
{{- end }}
|
||||
serviceAccountName: {{ template "drone.serviceAccountName" . }}
|
||||
containers:
|
||||
- name: {{ template "drone.fullname" . }}-agent
|
||||
- name: agent
|
||||
image: "{{ .Values.images.agent.repository }}:{{ .Values.images.agent.tag }}"
|
||||
imagePullPolicy: {{ .Values.images.agent.pullPolicy }}
|
||||
ports:
|
||||
@@ -72,7 +72,7 @@ spec:
|
||||
hostPath:
|
||||
path: /var/run/docker.sock
|
||||
{{- else }}
|
||||
- name: {{ template "drone.fullname" . }}-dind
|
||||
- name: dind
|
||||
image: "{{ .Values.images.dind.repository }}:{{ .Values.images.dind.tag }}"
|
||||
imagePullPolicy: {{ .Values.images.dind.pullPolicy }}
|
||||
{{- if .Values.dind.command }}
|
||||
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
{{- end }}
|
||||
serviceAccountName: {{ template "drone.serviceAccountName" . }}
|
||||
containers:
|
||||
- name: {{ template "drone.fullname" . }}-server
|
||||
- name: server
|
||||
image: "{{ .Values.images.server.repository }}:{{ .Values.images.server.tag }}"
|
||||
imagePullPolicy: {{ .Values.images.server.pullPolicy }}
|
||||
env:
|
||||
|
||||
@@ -4,7 +4,7 @@ images:
|
||||
##
|
||||
server:
|
||||
repository: "docker.io/drone/drone"
|
||||
tag: 1.0.0-rc.4
|
||||
tag: 1.0.0-rc.5
|
||||
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.0.0-rc.4
|
||||
tag: 1.0.0-rc.5
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## The official docker (dind) image, change tag to use a different version.
|
||||
|
||||
Reference in New Issue
Block a user