Skip to content

Commit

Permalink
fix(helm): fix sha256 hash for linux-arm64 binary (#5563)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Dec 19, 2023
1 parent 333cf22 commit ca0d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/helm/helm-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const helm3Spec: PluginToolSpec = {
platform: "linux",
architecture: "arm64",
url: `https://get.helm.sh/helm-v${HELM_VERSION}-linux-arm64.tar.gz`,
sha256: "658839fed8f9be2169f5df68e55cb2f0aa731a50df454caf183186766800bbd0",
sha256: "cfafbae85c31afde88c69f0e5053610c8c455826081c1b2d665d9b44c31b3759",
extract: {
format: "tar",
targetPath: "linux-arm64/helm",
Expand Down

0 comments on commit ca0d9de

Please sign in to comment.