File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ if [[ ! -f "${demo_dir}/helm" ]]; then
360
360
361
361
# Download kind
362
362
printf " %b Downloading kind\n" ${UNICORN_EMOJI}
363
- curl --no-progress-meter -L " https://kind.sigs.k8s.io/dl/v0.19 .0/kind-${system_name} -${system_arch} " > " ${demo_dir} /kind"
363
+ curl --no-progress-meter -L " https://kind.sigs.k8s.io/dl/v0.30 .0/kind-${system_name} -${system_arch} " > " ${demo_dir} /kind"
364
364
365
365
# Download kubectl
366
366
printf " %b Downloading kubectl\n" ${UNICORN_EMOJI}
@@ -369,7 +369,7 @@ if [[ ! -f "${demo_dir}/helm" ]]; then
369
369
370
370
# Download helm
371
371
printf " %b Downloading helm\n" ${UNICORN_EMOJI}
372
- curl --no-progress-meter -L " https://get.helm.sh/helm-v3.12.0 -${system_name} -${system_arch} .tar.gz" > " ${tmp_dir} /helm.tar.gz"
372
+ curl --no-progress-meter -L " https://get.helm.sh/helm-v3.18.6 -${system_name} -${system_arch} .tar.gz" > " ${tmp_dir} /helm.tar.gz"
373
373
mkdir -p " ${tmp_dir} /helm-tarball"
374
374
tar xzf " ${tmp_dir} /helm.tar.gz" -C " ${tmp_dir} /helm-tarball"
375
375
mv " ${tmp_dir} /helm-tarball/${system_name} -${system_arch} /helm" " ${demo_dir} "
You can’t perform that action at this time.
0 commit comments