Fix SSH docs to use correct image

This commit is contained in:
Tim Hockin 2024-09-16 09:56:57 -07:00
parent a5a965f08b
commit 819e716d42
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ git-sync as non-root.
# ...
containers:
- name: git-sync
image: registry.k8s.io/git-sync:v4.0.0
image: registry.k8s.io/git-sync/git-sync:v4.2.4
args:
- "--repo=git@github.com:foo/bar"
- "--link=bar"
@ -136,7 +136,7 @@ spec:
defaultMode: 0400
containers:
- name: git-sync
image: registry.k8s.io/git-sync:v4.0.0
image: registry.k8s.io/git-sync/git-sync:v4.2.4
args:
- "--repo=git@github.com:torvalds/linux"
- "--depth=1"