Skip to content

Commit

Permalink
MINOR: ci: Update Kind, Helm and Chart Releaser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Apr 18, 2023
1 parent 0f84c72 commit 04a2b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/install_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"

Expand Down
4 changes: 2 additions & 2 deletions .circleci/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 04a2b13

Please sign in to comment.