I was trying to use helm plugin `diff` but when I was trying to find the diff between the release it is throwing me an error Here is my **helm diff command** ``` helm diff release myhelloworld myhelloworld2 ``` ``` Error: unknown flag: --template Error: plugin "diff" exited with error ``` Here are my **releases** ``` helm list -a ``` ``` NAME NAMESPACE REVISION myhelloworld default 3 myhelloworld2 default 1 ``` Is there anything wrong with my **helm diff** command ?