You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it has a hard requirement on using Connect 2024.05 due to 7789cb2.
Environments using a custom image which is not yet using 2024.05 will fail to upgrade. Yes, one can set TensorFlow.Enabled: false false but an automatic upgrade will fail.
I'd argue that this shouldn't happen for a patch release of the chart.
I am aware that the chart works with the default Connect image of the respective chart version, though in practice I think that a lot of environments use a custom image to have more control about the upgrade process and all of these will fail if they upgrade to this patch release of the chart.
I see two solutions:
don't enforce TensorFlow.Enabled: true
release a major version bump (to avoid an auto-update of the chart by common automation tools)
The text was updated successfully, but these errors were encountered:
As it has a hard requirement on using Connect 2024.05 due to 7789cb2.
Environments using a custom image which is not yet using 2024.05 will fail to upgrade. Yes, one can set
TensorFlow.Enabled: false
false but an automatic upgrade will fail.I'd argue that this shouldn't happen for a patch release of the chart.
I am aware that the chart works with the default Connect image of the respective chart version, though in practice I think that a lot of environments use a custom image to have more control about the upgrade process and all of these will fail if they upgrade to this patch release of the chart.
I see two solutions:
TensorFlow.Enabled: true
The text was updated successfully, but these errors were encountered: