From 8cb225604269ac99b11c862a7ed00a56f368af03 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Fri, 27 Sep 2024 15:47:55 +0200 Subject: [PATCH] Nginx-ingress: fix tls-passthrough if ClientHello is fragmented (#372) Fixed nginx-ingress image to include this patch: - https://github.com/kubernetes/ingress-nginx/pull/11843 Signed-off-by: Andrei Kvapil --- packages/system/ingress-nginx/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system/ingress-nginx/values.yaml b/packages/system/ingress-nginx/values.yaml index 6066cd29..8ed5b271 100644 --- a/packages/system/ingress-nginx/values.yaml +++ b/packages/system/ingress-nginx/values.yaml @@ -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: