Skip to content

Commit

Permalink
Update kind test cluster version to k8s v1.30.0 (#89)
Browse files Browse the repository at this point in the history
Preparation for the upcoming next release
  • Loading branch information
venkatsc authored Aug 8, 2024
1 parent 1ca926f commit c2ff8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind-cluster/run_test
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ echo "Creating kind k8s cluster Dockerfile * * * * * * * * * * * * * * * * * *
echo ""
echo ""
tee -a "${TEST_CLUSTER_DIR}"/Dockerfile <<END
FROM kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
FROM kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
RUN apt-get -y update
RUN apt-get -y install wget && apt-get install -y git && apt install -y nano dnsutils
END
Expand Down

0 comments on commit c2ff8a2

Please sign in to comment.