From af1f318852594b63112b22766ae68271edd7dec9 Mon Sep 17 00:00:00 2001
From: Kundan Kumar <kundan.kumar@india.nec.com>
Date: Thu, 7 Dec 2023 14:59:16 +0530
Subject: [PATCH] Updated AWS ALB ingress controller version (#10680)

---
 docs/ingress_controller/alb_ingress_controller.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ingress_controller/alb_ingress_controller.md b/docs/ingress_controller/alb_ingress_controller.md
index 28b2fa351..3475575f0 100644
--- a/docs/ingress_controller/alb_ingress_controller.md
+++ b/docs/ingress_controller/alb_ingress_controller.md
@@ -1,6 +1,6 @@
 # AWS ALB Ingress Controller
 
-**NOTE:** The current image version is `v1.1.6`. Please file any issues you find and note the version used.
+**NOTE:** The current image version is `v1.1.9`. Please file any issues you find and note the version used.
 
 The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/concepts/services-networking/ingress/) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).
 
-- 
GitLab