k8s version: 1.28.2
helm version: v3.9.2
I use default values.yaml, and did instructions from docs:
helm repo add convoy https://frain-dev.github.io/helm-charts helm repo update helm install --values values.yaml convoy convoy/convoy -n convoy
But deployments convoy-server and convoy-worker did not started, they are stuck on init containers wait-for-migrate
In logs of wait-for-migrate container I see this logs:
Error from server (NotFound): jobs.batch "convoy-migrate" not found Waiting for migrate job to complete...