Use taged version image

This commit is contained in:
disaster37 2017-04-05 14:03:32 +00:00
parent b8abcf06d4
commit e983c33233

View File

@ -3,7 +3,7 @@ services:
{{- if eq .Values.DEPLOY_SERVER "true"}}
gocd-server:
tty: true
image: webcenter/alpine-gocd-server:develop
image: webcenter/alpine-gocd-server:17.3.0-1
volumes:
{{- if (contains .Values.VOLUME_DRIVER_SERVER "/")}}
- ${VOLUME_DRIVER_SERVER}:/data
@ -60,7 +60,7 @@ services:
{{- if eq .Values.DEPLOY_AGENT "true"}}
gocd-agent:
tty: true
image: webcenter/alpine-gocd-agent:develop
image: webcenter/alpine-gocd-agent:17.3.0-1
volumes:
{{- if (contains .Values.VOLUME_DRIVER_AGENT "/")}}
- ${VOLUME_DRIVER_AGENT}:/data