From 0006d530d4e1f2b94a748ae9e017b25a1a645836 Mon Sep 17 00:00:00 2001 From: Vikram Tiwari Date: Sun, 5 Mar 2017 20:41:25 -0800 Subject: [PATCH] update pod config - For #42 - now uses v2.0.4 which is current latest --- demo/config/pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/config/pod.yaml b/demo/config/pod.yaml index 0a853e0b5..762fe8bd0 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 + image: gcr.io/google_containers/git-sync:v2.0.4 imagePullPolicy: Always volumeMounts: - name: markdown