From 0304aa8950cbd6bb13f18150e08455a6f3d1ef44 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 22 Dec 2017 09:55:17 -0800 Subject: [PATCH] Convert registry to k8s.gcr.io --- demo/config/pod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/config/pod.yaml b/demo/config/pod.yaml index 762fe8bd0..1daafe259 100644 --- a/demo/config/pod.yaml +++ b/demo/config/pod.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: git-sync - image: gcr.io/google_containers/git-sync:v2.0.4 + image: k8s.gcr.io/git-sync:v2.0.4 imagePullPolicy: Always volumeMounts: - name: markdown @@ -18,7 +18,7 @@ spec: - name: GIT_SYNC_DEST value: git - name: hugo - image: gcr.io/google_containers/hugo + image: k8s.gcr.io/hugo imagePullPolicy: Always securityContext: runAsUser: 0