Resolves https://github.com/dagster-io/dagster/issues/4229.
For images in the Helm chart that default to a Dagster provided image, the tag is now null.
We now use .Chart.Version to populate the value of this tag if it is null.
Differential D8301
feat: set default image tags of Dagster provided images in Helm chart to current Chart version • rexledesma on Jun 9 2021, 5:24 AM. Authored by Tags None Referenced Files
Subscribers None
Details Resolves https://github.com/dagster-io/dagster/issues/4229. For images in the Helm chart that default to a Dagster provided image, the tag is now null. pytest
Diff Detail
Event TimelineComment Actions Awesome! I think this will deserve at least a callout in the #dagster-kubernetes channel, it's a decent quality-of-life improvement. For release we will need to make sure the images are always published before the chart |