From 048a179cc5f7fde6835eaefcb03091c868162af4 Mon Sep 17 00:00:00 2001 From: Collin Shoop Date: Mon, 10 Jan 2022 13:12:06 -0500 Subject: [PATCH] Updated e2e kubectl version to 1.22.5 --- test/e2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/Dockerfile b/test/e2e/Dockerfile index 9df38c45b..fcf3760ea 100644 --- a/test/e2e/Dockerfile +++ b/test/e2e/Dockerfile @@ -66,7 +66,7 @@ ARG DOCTL_VERSION=1.36.0 # ginkgo is needed to run the upstream end-to-end tests. ARG GINKGO_VERSION=1.10.3 # kubectl is needed by some tests. -ARG KUBECTL_VERSION=1.21.6 +ARG KUBECTL_VERSION=1.22.5 RUN curl --fail --location --output /tini https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini RUN chmod u+x /tini