Skip to content

Commit

Permalink
Nginx-ingress: fix tls-passthrough if ClientHello is fragmented (#372)
Browse files Browse the repository at this point in the history
Fixed nginx-ingress image to include this patch:
- kubernetes/ingress-nginx#11843

Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps authored Sep 27, 2024
1 parent ecfa4f8 commit 8cb2256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ingress-nginx:
registry: ghcr.io
image: kvaps/ingress-nginx-with-protobuf-exporter/controller
tag: v1.11.2
digest: sha256:f4194edb06a43c82405167427ebd552b90af9698bd295845418680aebc13f600
digest: sha256:e80856ece4e30e9646d65c8d92c25a3446a0bba1c2468cd026f17df9e60d2c0f
allowSnippetAnnotations: true
replicaCount: 2
admissionWebhooks:
Expand Down

0 comments on commit 8cb2256

Please sign in to comment.