Skip to content

Commit

Permalink
helm: update to the latest helm version v3.8
Browse files Browse the repository at this point in the history
The CI was building with helm 3.6.2, now updating to
the latest v3.8.0

Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
  • Loading branch information
travisn committed Jan 24, 2022
1 parent b1a0918 commit 50afb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

temp="/tmp/rook-tests-scripts-helm"

helm_version="${HELM_VERSION:-"v3.6.2"}"
helm_version="${HELM_VERSION:-"v3.8.0"}"
arch="${ARCH:-}"

detectArch() {
Expand Down

0 comments on commit 50afb9f

Please sign in to comment.