Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from server (NotFound): jobs.batch "convoy-migrate" not found #18

Open
egorperesada opened this issue Feb 25, 2024 · 4 comments
Open

Comments

@egorperesada
Copy link

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

@qbx2
Copy link

qbx2 commented Mar 15, 2024

it seems because of the annotation "helm.sh/hook": post-install,post-upgrade

@jirevwe
Copy link
Contributor

jirevwe commented Mar 26, 2024

Hey @egorperesada 👋🏿

Are you using ArgoCD? I've seen this issue before with ArgoCD.

@sukkola
Copy link

sukkola commented Mar 26, 2024

I'm experiencing the same problem with fluxcd. If this is also the case with argocd, charts are basically unusable with gitops deployments

@egorperesada
Copy link
Author

egorperesada commented Mar 26, 2024

Hey @egorperesada 👋🏿

Are you using ArgoCD? I've seen this issue before with ArgoCD.

no, just simple helm / helmfile from terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants