Hi folks. I've deployed an instance of Dagster usi...
# ask-community
s
Hi folks. I've deployed an instance of Dagster using the Helm chart using the steps documented here - https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm#step-61-configure-the-deployment I have a Docker container with my own code definitions, and it is usable following the configuration example specified above. I've no tagging mechanism set up yet, it's just using the
latest
tag. When I push a new version of that Docker container, I'd like it to be available on Dagster. Hitting 'Reload' in the UI doesn't appear to do it. If I (manually) delete the pod in Kubernetes which is running my code location Docker image, that works (as the K8s deployment detects the missing pod, then re-pulls in the latest one). I'm assuming this isn't how I should be doing it. Any thoughts?