Glance: Fix bootstrap image reference
The glance boostrap job used the db_init image. This PS rectifies that. Change-Id: I4007de943a7fb97f3ca5ecd23e5533d2e10d97c1
This commit is contained in:
parent
2ae4147dc8
commit
e4954a861b
@ -29,7 +29,7 @@ spec:
|
||||
{{ tuple $envAll $dependencies "[]" | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
|
||||
containers:
|
||||
- name: glance-bootstrap
|
||||
image: {{ .Values.images.db_init }}
|
||||
image: {{ .Values.images.bootstrap }}
|
||||
imagePullPolicy: {{ .Values.images.pull_policy }}
|
||||
{{- if .Values.resources.enabled }}
|
||||
resources:
|
||||
|
@ -37,6 +37,7 @@ images:
|
||||
ks_endpoints: docker.io/kolla/ubuntu-source-kolla-toolbox:3.0.3
|
||||
api: docker.io/kolla/ubuntu-source-glance-api:3.0.3
|
||||
registry: docker.io/kolla/ubuntu-source-glance-registry:3.0.3
|
||||
bootstrap: docker.io/kolla/ubuntu-source-kolla-toolbox:3.0.3
|
||||
dep_check: docker.io/kolla/ubuntu-source-kubernetes-entrypoint:4.0.0
|
||||
pull_policy: "IfNotPresent"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user