Syncctl automatically deploys jitsucom/sidecar pods into a kubernetes cluster with a default tag of latest which is not ideal, as it brings version incompatibility issues.
The SYNCCTL_SIDECAR_IMAGE env variable for syncctl should instead be defaulted to jitsucom/sidecar:{appVersion} to ensure it runs the same version as syncctl (and the rest of jitsu for that matter).
Syncctl automatically deploys
jitsucom/sidecar
pods into a kubernetes cluster with a default tag oflatest
which is not ideal, as it brings version incompatibility issues.The
SYNCCTL_SIDECAR_IMAGE
env variable for syncctl should instead be defaulted tojitsucom/sidecar:{appVersion}
to ensure it runs the same version as syncctl (and the rest of jitsu for that matter).Thanks to @absorbb for the headsup here.