Use taged version image
This commit is contained in:
parent
b8abcf06d4
commit
e983c33233
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user