Skip to content

Commit 0dbe287

Browse files
authored
chore: Update kind and helm versions in run_demo.sh
1 parent aec9b19 commit 0dbe287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_demo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ if [[ ! -f "${demo_dir}/helm" ]]; then
360360

361361
# Download kind
362362
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"
364364

365365
# Download kubectl
366366
printf "%b Downloading kubectl\n" ${UNICORN_EMOJI}
@@ -369,7 +369,7 @@ if [[ ! -f "${demo_dir}/helm" ]]; then
369369

370370
# Download helm
371371
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"
373373
mkdir -p "${tmp_dir}/helm-tarball"
374374
tar xzf "${tmp_dir}/helm.tar.gz" -C "${tmp_dir}/helm-tarball"
375375
mv "${tmp_dir}/helm-tarball/${system_name}-${system_arch}/helm" "${demo_dir}"

0 commit comments

Comments
 (0)