diff --git a/core/src/plugins/kubernetes/helm/helm-cli.ts b/core/src/plugins/kubernetes/helm/helm-cli.ts index f5787b9174..fb179fa6e3 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", diff --git a/docs/reference/action-types/Deploy/helm.md b/docs/reference/action-types/Deploy/helm.md index 18e2053bdf..bd45e496c4 100644 --- a/docs/reference/action-types/Deploy/helm.md +++ b/docs/reference/action-types/Deploy/helm.md @@ -11,7 +11,7 @@ Specify a Helm chart (either in your repository or remote from a registry) to de Refer to the [Helm guide](../../../k8s-plugins/actions/deploy/helm.md) for usage instructions. -Garden uses Helm 3.15.1. +Garden uses Helm 3.15.2. Below is the full schema reference for the action. For an introduction to configuring Garden, please look at our [Configuration guide](../../../using-garden/configuration-overview.md). diff --git a/docs/reference/module-types/helm.md b/docs/reference/module-types/helm.md index dfa51a08a3..3476d5ed23 100644 --- a/docs/reference/module-types/helm.md +++ b/docs/reference/module-types/helm.md @@ -15,7 +15,7 @@ Specify a Helm chart (either in your repository or remote from a registry) to de Refer to the [Helm guide](../../k8s-plugins/actions/deploy/helm.md) for usage instructions. -Garden uses Helm 3.15.1. +Garden uses Helm 3.15.2. Below is the full schema reference. For an introduction to configuring Garden modules, please look at our [Configuration guide](../../using-garden/configuration-overview.md).