-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
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
Fails to render stable/prometheus-operator manifests for new install. #189
Comments
I believe this is the same issue as #183. Please correct me if I'm wrong. |
I have the same issue but for another chart. One solution would be to add a flag that disables the Line 126 in 4292dcb
something like --disable-validation
|
Hi! I temporally solve this issue installing helm-diff version 3.0.0-rc.7. |
I think this can be resolved by using |
This is still a problem when helm-diff (
fails with
|
@diversario Could you try setting The general rule is that if it works with |
I can confirm it works in Helmfile with:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Missed this, sorry! Yes, it does work with the |
As a side note: disabling validation on all the releases may lead to other problems. For example, I got:
on the ingress-nginx. Although I have version a version >= 1.21.0, the error is still thrown. This is because without validation, helm cannot pull the Kubernetes version, so it defaults to v1.16.0. Maybe worth disabling validation on the concerned charts only. |
Versions used:
Problem observed:
I can successfully install the stable/prometheus-operator chart with
helm
directly.If I uninstall the prometheus-operator chart release and just try to
helm diff
it, it fails with:I'm using
helmfile
to drive my installs, and due to this error I am unable to install prometheus-operator with it. Any ideas on fixes or workarounds for this problem?Many thanks in advance!
The text was updated successfully, but these errors were encountered: