You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm diff upgrade --allow-unreleased release charts/my-chart --namespace stuff --reuse-values
********************
Release was not present in Helm. Diff will show entire contents as new.
********************
Error: Failed to render chart: exit status 1
Error: plugin "diff" exited with error
running the equivalent helm upgrade command does not error:
helm diff version: 3.6.0
running the equivalent helm upgrade command does not error:
In fact when using HELM_DIFF_USE_UPGRADE_DRY_RUN the --reuse-values flag should do nothing except pass through the flag to helm upgrade
The text was updated successfully, but these errors were encountered: