I'm trying to deploy Dagster without Celery using:...
# deployment-kubernetes
m
I'm trying to deploy Dagster without Celery using:
Copy code
helm install dagster dagster/dagster -f /path/to/values.yaml --set celery.enabled=false --set k8sRunLauncher.enabled=true
But it is still deploying the celery workers, am I missing something? I used the default yaml file.
j
cc @rex
r
@Michiel Ghyselinck is your helm repo index updated? running
Copy code
helm search repo dagster
should give a chart version >= 0.9.16, since this is when it was released
m
Ah ok that will be it, I thought I updated but I have done something wrong. Thank you for the quick response
r
Running
helm repo update
should get you up to speed 🙂
m
Yes I did that but then the search still gives 0.9.15 😕
j
I see the same thing, looking in to it. Sorry you bumped into this!
r
sorry @Michiel Ghyselinck, looks like we didn’t push 0.9.16 and 0.9.17 - we’re pushing this asap
m
No problem guys!! and thank you for fixing this so fast
r
@Michiel Ghyselinck 0.9.17 is up, mind trying now? 🙂 thanks for waiting
m
Yes, now I get 0.9.17! 🙂
❤️ 1