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:
portdirect 2017-11-28 23:22:29 -05:00
parent f5a6a5dedc
commit c95f9105db
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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