Closed canob closed 1 month ago
Hi, I believe this might be due to the sync sidecar image defaulting to the latest tag as described in #47 Current workaround (for chart version v1.9.2) is to manually pin it to the same version as the other components:
syncctl:
env:
- name: SYNCCTL_SIDECAR_IMAGE
value: jitsucom/sidecar:2.7.0
This should be fixed by #50 once it's merged.
Perfect, thanks @echozio , worked after add the env variables to syncctl.
Awesome. Glad to hear it!
Hi everyone,
After installed Jitsu with this helm chart, I created a RSS Connected service, and added one destination, PostgreSQL.
The problem is that the Sync Tasks are failing:
I tried with other connected service (an API) too, with the same error.
Is there a simple way to troubleshoot what is going on?
Thanks in advance for your help.