Stop using the tripleoupstream docker.io namespace

tripleoupstream is unmaintained and docker.io/tripleomaster should be
used instead.
The "latest" tag is not used in this namespace so default to a tested
tag: current-tripleo.

Change-Id: I0398ce2b30eefb9c271f9e63b91abce544d912b6
This commit is contained in:
David Moreau Simard 2018-02-09 14:57:10 -05:00
parent d2ed23ef3c
commit 84992120ae
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
galera: enabled
spec_template_spec_init_containers:
- name: bootstrap
image: tripleoupstream/centos-binary-mariadb
image: "triplemaster/centos-binary-mariadb:current-tripleo"
env:
- name: KOLLA_KUBERNETES
value: ""
@ -92,7 +92,7 @@
containers:
- name: mariadb
image: tripleoupstream/centos-binary-mariadb
image: "tripleomaster/centos-binary-mariadb:current-tripleo"
ports:
- container_port: 3306
- container_port: 4567