Test Scenario
Clone the repository at: https://github.com/SeMeKh/helm-diff-reproduce-diff-issue
helm3 install myrelease mychart
helm3 diff upgrade myrelease mychart --set "service.port=81"
The diff command shows no changes, although there should be.
helm3 upgrade myrelease mychart --set "service.port=81"
The service port changes indeed.