mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
Merge "Images: fix references to be explicit, and point to right dep image."
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user