Merge pull request #231 from marcomicera/fix_docker_image_tag_ssh_doc
Fixed Docker image tag in SSH documentation page
This commit is contained in:
commit
ad2444ac5d
|
|
@ -79,7 +79,7 @@ as user ID "65533" which is created for running git-sync as non-root.
|
||||||
# ...
|
# ...
|
||||||
containers:
|
containers:
|
||||||
- name: git-sync
|
- name: git-sync
|
||||||
image: k8s.gcr.io/git-sync:v9.3.76
|
image: k8s.gcr.io/git-sync:v3.1.5
|
||||||
args:
|
args:
|
||||||
- "-ssh"
|
- "-ssh"
|
||||||
- "-repo=git@github.com:foo/bar"
|
- "-repo=git@github.com:foo/bar"
|
||||||
|
|
@ -138,7 +138,7 @@ spec:
|
||||||
defaultMode: 0400
|
defaultMode: 0400
|
||||||
containers:
|
containers:
|
||||||
- name: git-sync
|
- name: git-sync
|
||||||
image: k8s.gcr.io/git-sync:v3.1.1
|
image: k8s.gcr.io/git-sync:v3.1.5
|
||||||
args:
|
args:
|
||||||
- "-ssh"
|
- "-ssh"
|
||||||
- "-repo=git@github.com:torvalds/linux"
|
- "-repo=git@github.com:torvalds/linux"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue