From 220d1a59360b17dfc729208503b22215c34dba5c Mon Sep 17 00:00:00 2001
From: Sergiy Markin <smarkin@mirantis.com>
Date: Mon, 4 Mar 2024 17:01:29 +0000
Subject: [PATCH] Version fix in dockerfile

Change-Id: Ib3786729dcb6e55c3f0e578a8fb1afd1c79bdbc9
---
 images/airflow/Dockerfile.ubuntu_focal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/images/airflow/Dockerfile.ubuntu_focal b/images/airflow/Dockerfile.ubuntu_focal
index 60c0f0b1..90fcbfb4 100644
--- a/images/airflow/Dockerfile.ubuntu_focal
+++ b/images/airflow/Dockerfile.ubuntu_focal
@@ -44,12 +44,12 @@ ARG AIRFLOW_HOME=/usr/local/airflow
 # Moved celery to images/airflow/requirements.txt as apache-airflow uses a
 # version of celery incompatibile with the version of kombu needed by other
 # Airship components
-ARG AIRFLOW_SRC="apache-airflow[crypto,celery,hive,hdfs,jdbc,postgres]==2.8.1"
+ARG AIRFLOW_SRC="apache-airflow[crypto,celery,hive,hdfs,jdbc,postgres]==2.8.2"
 ARG DEBIAN_FRONTEND=noninteractive
 ARG ctx_base=src/bin
 
 # Kubectl version
-ARG KUBECTL_VERSION=1.29.0
+ARG KUBECTL_VERSION=1.29.2
 
 # Needed from apache-airflow 1.10.2, since core.airflow_home config is deprecated
 ENV AIRFLOW_HOME=${AIRFLOW_HOME}