Fix SSH docs to use correct image
This commit is contained in:
parent
a5a965f08b
commit
69d239562d
|
|
@ -79,7 +79,7 @@ git-sync as non-root.
|
||||||
# ...
|
# ...
|
||||||
containers:
|
containers:
|
||||||
- name: git-sync
|
- name: git-sync
|
||||||
image: registry.k8s.io/git-sync:v4.0.0
|
image: registry.k8s.io/git-sync/git-sync:v4.2.4
|
||||||
args:
|
args:
|
||||||
- "--repo=git@github.com:foo/bar"
|
- "--repo=git@github.com:foo/bar"
|
||||||
- "--link=bar"
|
- "--link=bar"
|
||||||
|
|
@ -136,7 +136,7 @@ spec:
|
||||||
defaultMode: 0400
|
defaultMode: 0400
|
||||||
containers:
|
containers:
|
||||||
- name: git-sync
|
- name: git-sync
|
||||||
image: registry.k8s.io/git-sync:v4.0.0
|
image: registry.k8s.io/git-sync/git-sync:v4.2.4
|
||||||
args:
|
args:
|
||||||
- "--repo=git@github.com:torvalds/linux"
|
- "--repo=git@github.com:torvalds/linux"
|
||||||
- "--depth=1"
|
- "--depth=1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue