You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ For a named session:
63
63
```
64
64
65
65
`okdev` auto-installs local Syncthing and auto-injects a pod sidecar when `sync.engine=syncthing`.
66
-
Default sidecar image is `ghcr.io/<repo-owner>/okdev:<version>`; update `spec.sync.syncthing.image` if you publish under a different registry.
66
+
Default sidecar image tag follows the running `okdev` binary version (`ghcr.io/<repo-owner>/okdev:<okdev-version>`). For dev builds, fallback is `ghcr.io/<repo-owner>/okdev:edge`. Update `spec.sync.syncthing.image`only if you publish to a different registry/repository.
0 commit comments