Rally: update image ref to both be unique and match other charts

This PS updates the rally db sync image ref to match other charts,
and have a globally unique name.

Change-Id: Iab95cb724d664edeed64af95d1ff20e0b7e207a0
This commit is contained in:
Pete Birley 2018-05-18 12:50:42 -05:00
parent 8a0544fbc2
commit e7905d0b58
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ spec:
{{ tuple $envAll "manage_db" list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }} {{ tuple $envAll "manage_db" list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
containers: containers:
- name: rally-manage-db - name: rally-manage-db
{{ tuple $envAll "manage_db" | include "helm-toolkit.snippets.image" | indent 10 }} {{ tuple $envAll "rally_db_sync" | include "helm-toolkit.snippets.image" | indent 10 }}
{{ tuple $envAll $envAll.Values.pod.resources.jobs.manage_db | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} {{ tuple $envAll $envAll.Values.pod.resources.jobs.manage_db | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
command: command:
- /tmp/manage-db.sh - /tmp/manage-db.sh

View File

@ -24,7 +24,7 @@ images:
bootstrap: docker.io/kolla/ubuntu-source-rally:3.0.3 bootstrap: docker.io/kolla/ubuntu-source-rally:3.0.3
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
db_init: docker.io/kolla/ubuntu-source-rally:3.0.3 db_init: docker.io/kolla/ubuntu-source-rally:3.0.3
manage_db: docker.io/kolla/ubuntu-source-rally:3.0.3 rally_db_sync: docker.io/kolla/ubuntu-source-rally:3.0.3
run_task: docker.io/kolla/ubuntu-source-rally:3.0.3 run_task: docker.io/kolla/ubuntu-source-rally:3.0.3
ks_user: docker.io/openstackhelm/heat:newton ks_user: docker.io/openstackhelm/heat:newton
ks_service: docker.io/openstackhelm/heat:newton ks_service: docker.io/openstackhelm/heat:newton