Skip to content

Commit

Permalink
Bump kind version (#380)
Browse files Browse the repository at this point in the history
It contains a fix for kubernetes-sigs/kind#2240

We've hit when running GitHub actions actions/runner-images#3673
  • Loading branch information
lukaszo authored Jul 1, 2021
1 parent fb89c95 commit 04b7c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/const.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Upgrade binary versions in a controlled fashion
# along with the script contents (config, flags...)
readonly STABLE_KUBERNETES_VERSION=v1.19.1
readonly STABLE_KIND_VERSION=v0.9.0
readonly STABLE_KIND_VERSION=v0.11.1
readonly STABLE_HELM_VERSION=v3.3.4
readonly STABLE_CONTROLLER_GEN_VERSION=v0.5.0
readonly STABLE_KUBEBUILDER_VERSION=2.3.1
Expand Down

0 comments on commit 04b7c99

Please sign in to comment.