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