diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 0ee9d688..b8dcf02e 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -127,4 +127,4 @@ volumes: kubeconfig: networks: - netdistract: \ No newline at end of file + netdistract: diff --git a/e2e/kubetools/Dockerfile b/e2e/kubetools/Dockerfile index 5e1f439d..c1048e24 100644 --- a/e2e/kubetools/Dockerfile +++ b/e2e/kubetools/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \ gnupg \ lsb-release -RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 && \ +RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-amd64 && \ chmod +x ./kind && \ mv ./kind /bin/kind