Use gcr.io registry for xtrabackup image.

reviewable/pr1839/r3
Anthony Yeh 2016-11-23 15:44:28 -08:00 committed by Devin Donnelly
parent c0faa51b95
commit 0e308a7c26
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ spec:
}, },
{ {
"name": "clone-mysql", "name": "clone-mysql",
"image": "enisoc/xtrabackup", "image": "gcr.io/google-samples/xtrabackup:1.0",
"command": ["bash", "-c", " "command": ["bash", "-c", "
set -ex\n set -ex\n
# Skip the clone if data already exists.\n # Skip the clone if data already exists.\n
@ -90,7 +90,7 @@ spec:
initialDelaySeconds: 5 initialDelaySeconds: 5
timeoutSeconds: 1 timeoutSeconds: 1
- name: xtrabackup - name: xtrabackup
image: enisoc/xtrabackup:latest image: gcr.io/google-samples/xtrabackup:1.0
ports: ports:
- name: xtrabackup - name: xtrabackup
containerPort: 3307 containerPort: 3307