Skip to content

Commit

Permalink
build: update Helm version to v3.17.1 (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero authored Feb 15, 2025
1 parent e6c137b commit ca399f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir ./bin
HELM_VERSION=v3.17.0
HELM_VERSION=v3.17.1
HELM_LOCATION="https://get.helm.sh"
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
curl -LO ${HELM_LOCATION}/${HELM_FILENAME} && \
Expand Down

0 comments on commit ca399f0

Please sign in to comment.