Glance: fix image clean image reference

This PS fixes the glance clean job image tags.

Change-Id: If2c44801ae3792e8ce10ed80336490a2aa1622e5
This commit is contained in:
Pete Birley 2018-02-26 04:43:43 +00:00
parent 84db0873d3
commit f6eb6d7b3e

View File

@ -97,7 +97,7 @@ spec:
readOnly: true
{{ end }}
- name: glance-image-clean
image: {{ .Values.images.tags.glance_bootstrap }}
image: {{ .Values.images.tags.bootstrap }}
imagePullPolicy: {{ .Values.images.pull_policy }}
{{ tuple $envAll $envAll.Values.pod.resources.jobs.bootstrap | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
env: