From 4fa5512c824f99af57a3ba75fbdc9a34c1a45873 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:31:06 +0000 Subject: [PATCH] helm: Update to version 3.19.2 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 6a83d7911f..4ccc9c9d07 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.19.1", + "version": "3.19.2", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.19.1-windows-amd64.zip", - "hash": "3fd3ab4a47364c04c51e0e7387e0598aa2c8c43dd535128665aa43e695cec11e", + "url": "https://get.helm.sh/helm-v3.19.2-windows-amd64.zip", + "hash": "8b3ea37bcd7c5eda68eadd278690498fb886a17ec541b449216ab3b45748600e", "extract_dir": "windows-amd64" } },