Images: fix references to be explicit, and point to right dep image.
This PS fixes some image references, to bring them inline with the style and location with other services. Change-Id: I1c42748875170a5a33bed7566382f3e31438dc7d
This commit is contained in:
parent
4358552d8b
commit
0f88893a41
@ -34,7 +34,7 @@ resources:
|
||||
service_name: mariadb
|
||||
|
||||
images:
|
||||
mariadb: mariadb:10.1.23
|
||||
mariadb: docker.io/mariadb:10.1.23
|
||||
pull_policy: IfNotPresent
|
||||
|
||||
volume:
|
||||
|
@ -51,8 +51,8 @@ network:
|
||||
management: '15672'
|
||||
|
||||
images:
|
||||
rabbitmq: "quay.io/attcomdev/fuel-mcp-rabbitmq:ocata-unstable"
|
||||
dep_check: "quay.io/stackanetes/kubernetes-entrypoint:v0.1.1"
|
||||
rabbitmq: quay.io/attcomdev/fuel-mcp-rabbitmq:ocata-unstable
|
||||
dep_check: docker.io/kolla/ubuntu-source-kubernetes-entrypoint:4.0.0
|
||||
pull_policy: "IfNotPresent"
|
||||
|
||||
enabled_plugins:
|
||||
|
Loading…
Reference in New Issue
Block a user