Skip to content

Commit 961eb4d

Browse files
committed
feat: update kind version and the mysql image to be used
Signed-off-by: Manan Gupta <manan@planetscale.com>
1 parent 4776a5d commit 961eb4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/operator/101_initial_cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
vtbackup: vitess/lite:latest
1616
vtorc: vitess/lite:latest
1717
mysqld:
18-
mysql80Compatible: vitess/lite:latest
18+
mysql80Compatible: mysql:8.0.30
1919
mysqldExporter: prom/mysqld-exporter:v0.11.0
2020
cells:
2121
- name: zone1

tools/get_kubectl_kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ln -sf "kubectl-${KUBE_VERSION}" kubectl
2828
if ! command -v kind &> /dev/null
2929
then
3030
echo "Downloading kind..."
31-
curl -L https://kind.sigs.k8s.io/dl/v0.12.0/kind-linux-amd64 > "kind"
31+
curl -L https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 > "kind"
3232
chmod +x "kind"
3333
echo "Installed kind"
3434
else

0 commit comments

Comments
 (0)