Heads up- with <Dagster >`0.10.5`, we’ve changed t...
# deployment-kubernetes
j
Heads up- with Dagster `0.10.5`, we’ve changed the default images in the helm chart. We used to have separate images for each component (
k8s-dagit
,
k8s-celery-worker
, etc). We’ve now consolidated to use either
dagster-k8s
or
dagster-celery-k8s
for all system components that don’t require user code. • If you haven’t set any config for Dagit/daemon/etc. images in your own Values.yaml, then you don’t need to take any actions as you’ll automatically get the new defaults. • If you have specified images in your Values.yaml, you can switch to the new images. This should be a seamless switch. Note that you will need to be on either version
0.10.5
or
0.10.4
. In the meantime, we’ll keep all old images available so you don’t need to rush to migrate. The older images won’t receive new releases however. Reach out if you have any questions/concerns!