We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
We have added --force to helm diff upgrade a few weeks ago and added HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true to the environment.
--force
helm diff upgrade
HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true
Today our client auto-updated to 3.9.2 from 3.8.1 and we are getting this error in our CI.
3.9.2
3.8.1
[2024-01-18T19:15:22.172Z] + helm diff -C7 upgrade --allow-unreleased --force --values helm/values-eu-qa.yaml --values helm/values-pr.yaml ... [2024-01-18T19:15:22.172Z] Error: unknown flag: --force [2024-01-18T19:15:22.172Z] Usage: [2024-01-18T19:15:22.172Z] diff upgrade [flags] [RELEASE] [CHART]
The text was updated successfully, but these errors were encountered:
We reverted back to 3.8.1 and it works again
Sorry, something went wrong.
@deiga PR is welcome.
#499
yxxhero
Successfully merging a pull request may close this issue.
Hello,
We have added
--force
tohelm diff upgrade
a few weeks ago and addedHELM_DIFF_IGNORE_UNKNOWN_FLAGS=true
to the environment.Today our client auto-updated to
3.9.2
from3.8.1
and we are getting this error in our CI.The text was updated successfully, but these errors were encountered: