stafftastic / jitsu-chart

MIT License
14 stars 7 forks source link

Pin SYNCCTL_SIDECAR_IMAGE env var to appVersion #47

Closed hendrikheil closed 3 weeks ago

hendrikheil commented 3 months ago

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).

Thanks to @absorbb for the headsup here.