File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ metrics_server_version="v0.7.2"
45
45
46
46
reg_name=' kind-registry'
47
47
reg_port=' 5000'
48
- kind_image=" ${registry} /kindest/node:v1.32 .2@sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f "
48
+ kind_image=" ${registry} /kindest/node:v1.33 .2@sha256:c55080dc5be4f2cc242e6966fdf97bb62282e1cd818a28223cf536db8b0fddf4 "
49
49
50
50
usage () {
51
51
echo " Deploy local registry and create kind cluster configured to use this registry. Local Docker registry is deployed at localhost:5000.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ os=$(uname | tr '[:upper:]' '[:lower:]')
9
9
# Detect architecture
10
10
arch_suffix=$( detect_architecture)
11
11
# This should be changed when needed
12
- latest_version=" v0.27 .0"
12
+ latest_version=" v0.29 .0"
13
13
14
14
# Only proceed with installation if architecture is supported (amd64 or arm64)
15
15
if [[ " ${arch_suffix} " == " amd64" || " ${arch_suffix} " == " arm64" ]]; then
You can’t perform that action at this time.
0 commit comments