Skip to content

Commit d6d3adb

Browse files
renovate[bot]maxnoe
authored andcommitted
chore(deps): update demo script tool versions (DIRACGrid#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84f657f commit d6d3adb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

run_demo.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@ if [[ ! -f "${demo_dir}/helm" ]]; then
382382

383383
# Use arkade to download the required tools with pinned versions
384384
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
385-
KIND_VERSION="v0.30.0"
385+
KIND_VERSION="v0.31.0"
386386
# renovate: datasource=github-releases depName=kubernetes/kubernetes
387-
KUBECTL_VERSION="v1.31.4"
387+
KUBECTL_VERSION="v1.35.0"
388388
# renovate: datasource=github-releases depName=helm/helm versioning=loose
389-
HELM_VERSION="v3.19.2"
389+
HELM_VERSION="v3.20.0"
390390
# renovate: datasource=github-releases depName=mikefarah/yq
391-
YQ_VERSION="v4.48.2"
391+
YQ_VERSION="v4.52.2"
392392

393393
printf "%b Downloading kind, kubectl, helm and yq using arkade\n" ${UNICORN_EMOJI}
394394
"${demo_dir}/arkade" get \
@@ -400,7 +400,7 @@ if [[ ! -f "${demo_dir}/helm" ]]; then
400400

401401
# Install helm plugins to ${HELM_DATA_HOME}
402402
# renovate: datasource=github-releases depName=databus23/helm-diff
403-
HELM_DIFF_VERSION="v3.13.1"
403+
HELM_DIFF_VERSION="v3.15.0"
404404
"${demo_dir}/helm" plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}
405405
fi
406406

0 commit comments

Comments
 (0)