Skip to content

Commit

Permalink
Fix SSH docs to use correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Sep 16, 2024
1 parent a5a965f commit 69d2395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 69d2395

Please sign in to comment.