Skip to content

Commit

Permalink
bump Helm to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro authored Jun 8, 2020
1 parent 0822061 commit 07ad303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cluster/prerequisites-cmds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo -e "\nDownloading kubectl binary..." \
&& source <(kubectl completion bash 2>/dev/null)

# Install "helm"
HELM_VERSION=v3.2.2 \
HELM_VERSION=v3.2.3 \
&& echo -e "\nDownloading Helm Client binary..." \
&& curl -LO https://get.helm.sh/helm-"$HELM_VERSION"-linux-amd64.tar.gz \
&& tar xf helm-"$HELM_VERSION"-linux-amd64.tar.gz \
Expand Down

0 comments on commit 07ad303

Please sign in to comment.