Skip to content

Commit 04a2b13

Browse files
committed
MINOR: ci: Update Kind, Helm and Chart Releaser versions
1 parent 0f84c72 commit 04a2b13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/install_charts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o nounset
55
set -o pipefail
66

77
readonly CT_VERSION=latest
8-
readonly KIND_VERSION=v0.11.1
8+
readonly KIND_VERSION=v0.18.0
99
readonly CLUSTER_NAME=chart-testing
1010
readonly REPO_ROOT="${REPO_ROOT:-$(git rev-parse --show-toplevel)}"
1111

.circleci/install_tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -o errexit
44

5-
readonly HELM_VERSION=3.6.3
6-
readonly CHART_RELEASER_VERSION=1.2.1
5+
readonly HELM_VERSION=3.11.3
6+
readonly CHART_RELEASER_VERSION=1.5.0
77

88
install_helm() {
99
echo "Installing Helm"

0 commit comments

Comments
 (0)