Is there a way to view (in Dagit) which image vers...
# deployment-kubernetes
p
Is there a way to view (in Dagit) which image version of a User Code Deployment is currently running?
1
Or, is there a better channel to ask this in?
m
Probably #general
p
I’ll let it sit here for a few before adding a duplicate to general
r
not yet - mind filing an issue around this?
p
sure, would that be on the dagster repo or dagit?
r
We have the image as an env var in the user code container - should be pretty easy to pipe it through to dagit https://github.com/dagster-io/dagster/blob/865f3bdd3be234589d1783a567d9b4eb5277f916/helm/dagster/templates/deployment-user.yaml#L56-L57
dagit and dagster are in the same repo - feel free to file it here https://github.com/dagster-io/dagster/issues
p
ah, ok, thanks