-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
error upgrading to latest version #12762
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Which Helm version are you using? |
v3.15.4 thanks |
Ok, this is a quite recent version. Can you provide the values which are being handed to Have you tried omitting the |
here the comand used for install |
Can you please try without the |
it worked thanks |
Hello,
What happened:
performing an upgrade to the latest version we get
helm upgrade --reuse-values --set controller.ingressClassResource.name="ingress-default" ingress -nginx ingress-nginx/ingress-nginx Error: UPGRADE FAILED: template: ingress-nginx/templates/admission-webhooks/job-patch/job-patchWebhook.yaml:45:82: executing "ingress-nginx/templates/admission-webhooks/ job-patch/job-patchWebhook.yaml" at <.Values.global.image>: nil pointer evaluating interface {}.image
What you expected to happen:
the upgrade shold run smoothly
Environment:
AKS 1.29.8
Current State of the controller:
we've tried a 4.11.2 direct upgrade to 4.12.0 and we got the error
we was able to upgrade to 4.11.2->4.11.4 without issue
The text was updated successfully, but these errors were encountered: