Skip to content

Commit

Permalink
tool(helm): update version to 3.15.2 (#6245)
Browse files Browse the repository at this point in the history
* tool(helm): update version to `3.15.2`

* docs: re-generate docs

* docs: re-generate docs
  • Loading branch information
vvagaytsev authored Jul 3, 2024
1 parent fd7d62a commit c47fa4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions core/src/plugins/kubernetes/helm/helm-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/action-types/Deploy/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/module-types/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c47fa4c

Please sign in to comment.