From f0729a8e53dd8f122c414edaff0b2a49e98267ac Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Tue, 16 Jan 2018 09:00:29 +0000 Subject: [PATCH] K8s: Bump version to 1.8.6 Align the K8s in Airflow with [0] [0] https://review.gerrithub.io/#/c/393947/ Change-Id: I18df6ff3a97a9fab02b84a5dd416471417ae41e6 --- images/airflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/airflow/Dockerfile b/images/airflow/Dockerfile index eabb250c..9d569785 100644 --- a/images/airflow/Dockerfile +++ b/images/airflow/Dockerfile @@ -23,7 +23,7 @@ ENV container docker ARG AIRFLOW_HOME=/usr/local/airflow # Kubectl version -ARG KUBECTL_VERSION=1.7.5 +ARG KUBECTL_VERSION=1.8.6 RUN set -ex && \ apt-get -qq update && \