From 04a2b138197f8a38b3274b4cdf6ced4bc1abf391 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Tue, 18 Apr 2023 10:15:10 +0200 Subject: [PATCH] MINOR: ci: Update Kind, Helm and Chart Releaser versions --- .circleci/install_charts.sh | 2 +- .circleci/install_tools.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/install_charts.sh b/.circleci/install_charts.sh index 911a03c..d47027c 100755 --- a/.circleci/install_charts.sh +++ b/.circleci/install_charts.sh @@ -5,7 +5,7 @@ set -o nounset set -o pipefail readonly CT_VERSION=latest -readonly KIND_VERSION=v0.11.1 +readonly KIND_VERSION=v0.18.0 readonly CLUSTER_NAME=chart-testing readonly REPO_ROOT="${REPO_ROOT:-$(git rev-parse --show-toplevel)}" diff --git a/.circleci/install_tools.sh b/.circleci/install_tools.sh index fc61887..255c66e 100755 --- a/.circleci/install_tools.sh +++ b/.circleci/install_tools.sh @@ -2,8 +2,8 @@ set -o errexit -readonly HELM_VERSION=3.6.3 -readonly CHART_RELEASER_VERSION=1.2.1 +readonly HELM_VERSION=3.11.3 +readonly CHART_RELEASER_VERSION=1.5.0 install_helm() { echo "Installing Helm"