Helmfile: [Helm3] Error: unknown flag: --reset-values

Created on 12 Dec 2019  路  3Comments  路  Source: roboll/helmfile

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
question

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 --version should be broken due to a helm-diff issue.

All 3 comments

@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.
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

``

Was this page helpful?
0 / 5 - 0 ratings