Page MenuHomeElementl

feat: set default image tags of Dagster provided images in Helm chart to current Chart version
ClosedPublic

Authored by rexledesma on Jun 9 2021, 5:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 30, 9:16 PM
Unknown Object (File)
Wed, May 24, 12:30 AM
Unknown Object (File)
Apr 27 2023, 8:54 PM
Unknown Object (File)
Apr 19 2023, 8:32 AM
Unknown Object (File)
Apr 3 2023, 5:10 AM
Unknown Object (File)
Mar 31 2023, 8:11 PM
Unknown Object (File)
Mar 23 2023, 1:28 PM
Unknown Object (File)
Mar 19 2023, 3:38 AM
Subscribers
None

Details

Summary

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.

Test Plan

pytest
integration

Diff Detail

Repository
R1 dagster
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rexledesma retitled this revision from Set default image tags of Dagster provided images in Helm chart to current Chart version to feat: set default image tags of Dagster provided images in Helm chart to current Chart version.Jun 10 2021, 1:22 PM

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

This revision is now accepted and ready to land.Jun 10 2021, 1:31 PM