Fix zuulRegistryImageVersion
This variable wasn't being used, but should be. Change-Id: I6621b345cc44d782b5b654406b2747f758450fce
This commit is contained in:
parent
fe827fbeb0
commit
547f6a1b4c
@ -74,7 +74,7 @@ spec:
|
||||
imagePullSecrets: {{ spec.imagePullSecrets }}
|
||||
containers:
|
||||
- name: registry
|
||||
image: {{ spec.imagePrefix }}/zuul-registry:{{ spec.zuulImageVersion }}
|
||||
image: {{ spec.imagePrefix }}/zuul-registry:{{ spec.zuulRegistryImageVersion }}
|
||||
env:
|
||||
- name: DEBUG
|
||||
value: '1'
|
||||
|
Loading…
Reference in New Issue
Block a user