Hi,
I'm trying to use diff on Helm3.
Result
HELMFILE_HELM3="1" helmfile -l name=mongodb diff
...
Comparing release=mongodb, chart=stable/mongodb
in ./helmfile.yaml: failed processing release mongodb: helm exited with status 1:
Error: unknown flag: --reset-values
@maver1ck Hey! Could you confirm that you did install helm-diff with helm plugin install https://github.com/databus23/helm-diff --version v3.0.0-rc.7? Any installation without --version should be broken due to a helm-diff issue.
Closing this as answered but feel free to reopen if not resolved!
Hi,
I'm trying to use diff on Helm3.
ResultHELMFILE_HELM3="1" helmfile -l name=mongodb diff ... Comparing release=mongodb, chart=stable/mongodb in ./helmfile.yaml: failed processing release mongodb: helm exited with status 1: Error: unknown flag: --reset-values
``
Most helpful comment
@maver1ck Hey! Could you confirm that you did install helm-diff with
helm plugin install https://github.com/databus23/helm-diff --version v3.0.0-rc.7? Any installation without--versionshould be broken due to a helm-diff issue.