Alrighty, the usecase is:
We created a docker target and a helm chart target.
The helm chart target depends on the docker target because we need the docker image hash in our helm chart.
BUT we also want to push a new docker tag(the git hash) if you change the helm chart because otherwise you’ll push a helm chart with a docker tag that does not exist.