From 2f8fbeef0da2b82406988c02328dae2f31c1f885 Mon Sep 17 00:00:00 2001 From: Vladimir Vagaytsev Date: Tue, 2 Jul 2024 09:52:41 +0200 Subject: [PATCH] tool(helm): update version to `3.15.2` --- core/src/plugins/kubernetes/helm/helm-cli.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/plugins/kubernetes/helm/helm-cli.ts b/core/src/plugins/kubernetes/helm/helm-cli.ts index f5787b91748..fb179fa6e37 100644 --- a/core/src/plugins/kubernetes/helm/helm-cli.ts +++ b/core/src/plugins/kubernetes/helm/helm-cli.ts @@ -14,7 +14,7 @@ import type { Dictionary } from "../../../util/util.js" import split2 from "split2" import { pickBy } from "lodash-es" -export const helmVersion = "3.15.1" +export const helmVersion = "3.15.2" export const helm3Spec: PluginToolSpec = { name: "helm", @@ -27,7 +27,7 @@ export const helm3Spec: PluginToolSpec = { platform: "darwin", architecture: "amd64", url: `https://get.helm.sh/helm-v${helmVersion}-darwin-amd64.tar.gz`, - sha256: "5fdc60e090d183113f9fa0ae9dd9d12f0c1462b9ded286370f84e340f84bd676", + sha256: "e99a9266a5328cb575d81ef10247911f42d9e90c76ef6eef154c5c535565658b", extract: { format: "tar", targetPath: "darwin-amd64/helm", @@ -37,7 +37,7 @@ export const helm3Spec: PluginToolSpec = { platform: "darwin", architecture: "arm64", url: `https://get.helm.sh/helm-v${helmVersion}-darwin-arm64.tar.gz`, - sha256: "4b04ede5ab9bb226c9b198c94ce12818f0b0e302193defd66970b45fc341f6e7", + sha256: "30143dabc1da9d32c7d6c589fad04b1f1ecc73841393d5823fa21c5d7f5bf8f6", extract: { format: "tar", targetPath: "darwin-arm64/helm", @@ -47,7 +47,7 @@ export const helm3Spec: PluginToolSpec = { platform: "linux", architecture: "amd64", url: `https://get.helm.sh/helm-v${helmVersion}-linux-amd64.tar.gz`, - sha256: "7b20e7791c04ea71e7fe0cbe11f1a8be4a55a692898b57d9db28f3b0c1d52f11", + sha256: "2694b91c3e501cff57caf650e639604a274645f61af2ea4d601677b746b44fe2", extract: { format: "tar", targetPath: "linux-amd64/helm", @@ -57,7 +57,7 @@ export const helm3Spec: PluginToolSpec = { platform: "linux", architecture: "arm64", url: `https://get.helm.sh/helm-v${helmVersion}-linux-arm64.tar.gz`, - sha256: "b4c5519b18f01dd2441f5e09497913dc1da1a1eec209033ae792a8d45b9e0e86", + sha256: "adcf07b08484b52508e5cbc8b5f4b0b0db50342f7bc487ecd88b8948b680e6a7", extract: { format: "tar", targetPath: "linux-arm64/helm", @@ -67,7 +67,7 @@ export const helm3Spec: PluginToolSpec = { platform: "windows", architecture: "amd64", url: `https://get.helm.sh/helm-v${helmVersion}-windows-amd64.zip`, - sha256: "8ebe6d353f0fbc7e51861a676ba1c14af9efb3443ae2c78eb91946a756b93a9a", + sha256: "cbf40b79fa2a7dbd6e24201f8660b56261d10d6e7b5cadc3ff78100fb45b3c69", extract: { format: "zip", targetPath: "windows-amd64/helm.exe",