From 4857717d3092cfb1d3c91ee8eaf0d3e73e4b4fb2 Mon Sep 17 00:00:00 2001 From: Marco Micera Date: Mon, 3 Feb 2020 00:24:31 +0100 Subject: [PATCH] Fixed Docker image tag in SSH documentation page --- docs/ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ssh.md b/docs/ssh.md index 20fa6f9..a191834 100644 --- a/docs/ssh.md +++ b/docs/ssh.md @@ -79,7 +79,7 @@ as user ID "65533" which is created for running git-sync as non-root. # ... containers: - name: git-sync - image: k8s.gcr.io/git-sync:v9.3.76 + image: k8s.gcr.io/git-sync:v3.1.5 args: - "-ssh" - "-repo=git@github.com:foo/bar" @@ -138,7 +138,7 @@ spec: defaultMode: 0400 containers: - name: git-sync - image: k8s.gcr.io/git-sync:v3.1.1 + image: k8s.gcr.io/git-sync:v3.1.5 args: - "-ssh" - "-repo=git@github.com:torvalds/linux"