-
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
Defaultbackend image in Helm chart is deprecated #8141
Comments
@sozercan: 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/test-infra repository. |
Please explain what problem needs to be solved, in complete detail. I was able to pull the image just now ;
I assume that if someone wants to use the image in question, they can. But most users would end up using their own images. So the problem to solve is not clear here. /remove-kind bug |
/assign @longwuyuan |
I would think we should use the sha either way, instead of the tag IMO. |
a few issues here:
|
ah my bad, I must be looking at an old or a modified chart then. Thanks! I will close this issue. |
Defaultbackend value in Helm chart uses 1.5 and it is enabled by default
https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L733-L738
However, this image got moved to ingress-gce repo a while back
kubernetes/ingress-gce#503
#3156
Looks like Helm values never got updated to point to new image and ingress-nginx now provides default backend functionality unless custom backend is needed (#3126).
Should Helm chart default backend be disabled by default and updated with new image?
The text was updated successfully, but these errors were encountered: