Skip to content
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

Nginx-ingress: fix tls-passthrough if ClientHello is fragmented #372

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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