File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN apt install -y apt-transport-https gnupg \
3636 && apt update && apt install -y kubectl
3737
3838# install Kind
39- ENV KIND_VERSION=v0.18 .0
39+ ENV KIND_VERSION=v0.19 .0
4040RUN set -exu \
4141 && curl -fLo ./kind-linux-amd64 "https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-linux-amd64" \
4242 && chmod +x ./kind-linux-amd64 \
Original file line number Diff line number Diff line change 1717
1818 e2e-remote-docker :
1919 docker :
20- - image : docker/tilt-ctlptl-ci@sha256:0023e7d1d21ba5f8324314ce0af3de851a1e0371d8bf97ac8c98839cb3ff2a48
20+ - image : docker/tilt-ctlptl-ci@sha256:683561b35efdeeb25dac399e28eb5e7c52b7e593b8865a9c9e7e26dd11e4253d
2121 steps :
2222 - checkout
2323 - setup_remote_docker
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN apt install -y apt-transport-https gnupg \
3737 && apt update && apt install -y kubectl
3838
3939# Install Kind
40- ENV KIND_VERSION=v0.18 .0
40+ ENV KIND_VERSION=v0.19 .0
4141ARG TARGETARCH
4242RUN set -exu \
4343 && KIND_URL="https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-linux-$TARGETARCH" \
You can’t perform that action at this time.
0 commit comments