We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f84c72 commit 04a2b13Copy full SHA for 04a2b13
.circleci/install_charts.sh
@@ -5,7 +5,7 @@ set -o nounset
5
set -o pipefail
6
7
readonly CT_VERSION=latest
8
-readonly KIND_VERSION=v0.11.1
+readonly KIND_VERSION=v0.18.0
9
readonly CLUSTER_NAME=chart-testing
10
readonly REPO_ROOT="${REPO_ROOT:-$(git rev-parse --show-toplevel)}"
11
.circleci/install_tools.sh
@@ -2,8 +2,8 @@
2
3
set -o errexit
4
-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"
0 commit comments