Skip to content

Commit 8b031ca

Browse files
authored
circleci: update to kind 0.19 (#292)
Signed-off-by: Nick Santos <[email protected]>
1 parent 3a6dae7 commit 8b031ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4040
RUN 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 \

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

hack/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4141
ARG TARGETARCH
4242
RUN set -exu \
4343
&& KIND_URL="https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-linux-$TARGETARCH" \

0 commit comments

Comments
 (0)