Skip to content

Commit

Permalink
Downgrade kind to 0.15.0
Browse files Browse the repository at this point in the history
Kind 0.16.0 breaks retagging images:

kubernetes-sigs/kind#2960

This downgrades us to 0.15.0 to attempt to get our k8s integration tests
running again.
  • Loading branch information
jmsanders committed Oct 20, 2022
1 parent 7086497 commit 774312d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
DOCKER_COMPOSE_VERSION=1.29.1 \
KIND_VERSION=v0.16.0 \
KIND_VERSION=v0.15.0 \
KUBECTL_VERSION=v1.20.1 \
PYSPARK_VERSION=3.0.1 \
FOSSA_VERSION=v1.1.10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3.10.5: 2022-10-11T150940
3.6.15: 2022-10-11T150940
3.7.13: 2022-10-11T150940
3.8.13: 2022-10-11T150940
3.9.13: 2022-10-11T150940
3.10.5: 2022-10-12T002006
3.6.15: 2022-10-12T002006
3.7.13: 2022-10-12T002006
3.8.13: 2022-10-12T002006
3.9.13: 2022-10-12T002006

0 comments on commit 774312d

Please sign in to comment.