File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
spec :
20
20
containers :
21
21
- name : dcache-door
22
- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
22
+ image : " {{ .Values.image.registry }}/{{ .Values.image. repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
23
23
imagePullPolicy : {{ .Values.image.pullPolicy }}
24
24
command : ["/run.sh", "door-svc" ]
25
25
{{- if .Values.readinessProbe.enabled}}
Original file line number Diff line number Diff line change 19
19
fsGroup : 1000
20
20
containers :
21
21
- name : pool
22
- image : " {{ $.Values.image.repository }}:{{ $.Values.image.tag | default $.Chart.AppVersion }}"
22
+ image : " {{ $.Values.image.registry }}/{{ $.Values.image. repository }}:{{ $.Values.image.tag | default $.Chart.AppVersion }}"
23
23
imagePullPolicy : {{ $.Values.image.pullPolicy }}
24
24
command : ["/run.sh", "pool-{{ . }}-svc"]
25
25
{{- if $.Values.readinessProbe.enabled}}
Original file line number Diff line number Diff line change 1
1
2
2
image :
3
- repository : gitlab.desy.de:5555/dcache/dcache
3
+ registry : gitlab.desy.de:5555
4
+ repository : dcache/dcache
4
5
tag : " "
5
6
# # Specify a imagePullPolicy
6
7
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments