mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-27 18:24:45 +00:00
Glance: fix image clean image reference
This PS fixes the glance clean job image tags. Change-Id: If2c44801ae3792e8ce10ed80336490a2aa1622e5
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user