When a helm chart is updated with the digest the helm_releaseresource fails on runs:
So if a helm_release is installed via TF say 0.28.0 chart version of the OCI chart.
If we do any sort of update the version looks like CHART_NAME-0.28.0+9ee42975ae78 and then any terraform plan/update starts throwing errors like:
Error: Error locating chart
I’ve tried to set lifecycle to ignore_changes = all but it still has same error I’m guessing because the helm provider is still doing some sort of lookup.
Is there a way for the provider to either work with digest properly or ignore basically after the version so +9ee42975ae78 in this case?