File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ spec:
112112- `exclude` (`[]string`) : local ignore patterns.
113113- `remoteExclude` (`[]string`) : remote-only ignore patterns (written to remote `.stignore`).
114114- `syncthing` (`object`) :
115- - `version` (`string`, default : ` v1.29.7` )
115+ - `version` (`string`, default : ` v1.29.7` ) for the local auto-installed Syncthing client
116116 - `autoInstall` (`bool`, default : ` true` )
117- - `image` (`string`, default : ` ghcr.io/acmore/okdev:<okdev-version>` with `edge` fallback)
117+ - `image` (`string`, default : ` ghcr.io/acmore/okdev:<okdev-version>` with `edge` fallback) for the sidecar runtime image
118118
119119# ## Example
120120
@@ -141,6 +141,11 @@ spec:
141141- each `paths[]` entry must be `local:remote`
142142- currently at most one `paths[]` entry
143143
144+ # ## Version Behavior
145+
146+ - ` spec.sync.syncthing.version` controls the local Syncthing binary that `okdev` installs or reuses on your machine.
147+ - The Syncthing binary inside the pod sidecar comes from `spec.sidecar.image`, not from `spec.sync.syncthing.version`.
148+
144149# # `spec.ports`
145150
146151# ## Each Item
Original file line number Diff line number Diff line change 2323 icon :
2424 repo : fontawesome/brands/github
2525 features :
26- - navigation.sections
27- - navigation.expand
2826 - navigation.top
2927 - navigation.instant
3028 - navigation.tracking
You can’t perform that action at this time.
0 commit comments