Fix zuulRegistryImageVersion

This variable wasn't being used, but should be.

Change-Id: I6621b345cc44d782b5b654406b2747f758450fce
This commit is contained in:
James E. Blair 2021-10-01 16:46:43 -07:00
parent fe827fbeb0
commit 547f6a1b4c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ spec:
imagePullSecrets: {{ spec.imagePullSecrets }} imagePullSecrets: {{ spec.imagePullSecrets }}
containers: containers:
- name: registry - name: registry
image: {{ spec.imagePrefix }}/zuul-registry:{{ spec.zuulImageVersion }} image: {{ spec.imagePrefix }}/zuul-registry:{{ spec.zuulRegistryImageVersion }}
env: env:
- name: DEBUG - name: DEBUG
value: '1' value: '1'