Images: Horizon service specific explicit image names
This PS makes the service-specific images for Horizon have explicit names, allowing simple over-riding of images for an entire site. Change-Id: I32ec3d58a4e83bd91e27abf43d4bbbdaad736d6b
This commit is contained in:
parent
f5a6a5dedc
commit
c95f9105db
@ -37,7 +37,7 @@ spec:
|
||||
{{ tuple $envAll $dependencies $mounts_horizon_db_sync_init | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
|
||||
containers:
|
||||
- name: horizon-db-sync
|
||||
image: {{ .Values.images.tags.db_sync }}
|
||||
image: {{ .Values.images.tags.horizon_db_sync }}
|
||||
imagePullPolicy: {{ .Values.images.pull_policy }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.jobs.db_sync | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
command:
|
||||
|
@ -20,7 +20,7 @@
|
||||
images:
|
||||
tags:
|
||||
db_init: docker.io/kolla/ubuntu-source-heat-engine:3.0.3
|
||||
db_sync: docker.io/kolla/ubuntu-source-horizon:4.0.0
|
||||
horizon_db_sync: docker.io/kolla/ubuntu-source-horizon:4.0.0
|
||||
db_drop: docker.io/kolla/ubuntu-source-heat-engine:3.0.3
|
||||
horizon: docker.io/kolla/ubuntu-source-horizon:4.0.0
|
||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user