Venktesh Shivam Patel
Venktesh Shivam Patel
@privateVoit https://github.com/nginxinc/kubernetes-ingress/discussions/5733 is being addressed in this issue so closing the original discussion, please feel free to provide any feedback and further details here. Thanks!
Hey @evheniyt we're closing this one, please open another issue if its still an issue
hey @frantsao this is now released and available in 5.2.0 https://github.com/nginx/kubernetes-ingress/releases/tag/v5.2.0
@anderius @psvmcc we're welcoming community contributions on this issue which involves more than just setting `-skip-schema-validation` in helm command, so if you've found a solution please feel free to suggest
``` ~/nginx/kubernetes-ingress/charts/nginx-ingress on release-3.6 λ kubectl exec it test-release-nginx-ingress-controller-84899d55cd-wwcn4 -- bash Defaulted container "nginx-ingress" out of: nginx-ingress, waf-enforcer, waf-config-mgr nginx@test-release-nginx-ingress-controller-84899d55cd-wwcn4:/$ cat /opt/app_protect/RELEASE 5.2.0 nginx@test-release-nginx-ingress-controller-84899d55cd-wwcn4:/$ cat /opt/app_protect/VERSION 5.48.0 ``` ``` ~/nginx/kubernetes-ingress/charts/nginx-ingress...
HI @JuanSeBestia, that version of chart was released before we switched to oci repo, you can try building it from source after checking out the corresponding tag or download it...
Hi @jsebastianmal , as @brianehlert mentioned please use the annotations matching the project you're using, `nginx.ingress.kubernetes.io/rewrite-target:` isn't a valid annotation for this project. Also please provide all the detailed asked...
Hi @nivedithahariharan this module is required for apikey_auth functionality added in NIC v3.6.0 and will be used for some further enhancements in later releases as well. I'd recommend building using...
hey @rpodipat, I built an image using ``` ~/nginx/kubernetes-ingress on tags/v3.6.1 ● λ make alpine-image PREFIX=nginx-ingress VERSION=3.6.1-alpine Docker version 26.0.0, build 2ae903e go version go1.22.5 darwin/arm64 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go...
@alnhk yes this means the published official one is working as expected, which you can use if that works for you 👍🏼 @haywoodsh also had the modified one working as...