From 0077a984501bc425f67782ea193380df020f0e56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:30:08 +0000 Subject: [PATCH] helmfile: Update to version 0.169.1 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index a40ee45fdb..cd18a899d1 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.169.0", + "version": "0.169.1", "description": "Command line interface to deploy Kubernetes Helm Charts.", "homepage": "https://github.com/helmfile/helmfile", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.169.0/helmfile_0.169.0_windows_amd64.tar.gz", - "hash": "da1a1daa912a4ef2a2aa6e44478aa67031816c4ee5c525bcdd9cd3e87fcef8d2" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.169.1/helmfile_0.169.1_windows_amd64.tar.gz", + "hash": "3f2208b7a35bb44f4f6f4a336f38bce5adc4caccb11ff260ea714d52694a8fa5" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.169.0/helmfile_0.169.0_windows_386.tar.gz", - "hash": "ad7f33a88b09a44f60236016903f230e0735f98b5397f8a07f9214b6eb406439" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.169.1/helmfile_0.169.1_windows_386.tar.gz", + "hash": "978ff5e0d606f1c1b481630c964592ca4e17de707decafd20cafc4fd68b2b2b1" } }, "bin": "helmfile.exe",