From 9900304dbe0c5dd33530dca81a3477e0389551e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:35:04 +0000 Subject: [PATCH] helmfile: Update to version 0.169.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 0df0dce5d2..a40ee45fdb 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.168.0", + "version": "0.169.0", "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.168.0/helmfile_0.168.0_windows_amd64.tar.gz", - "hash": "82e19f71b191855c25a740e04a925dc24aae55278713d670dbd34b6a6df2a4f2" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.169.0/helmfile_0.169.0_windows_amd64.tar.gz", + "hash": "da1a1daa912a4ef2a2aa6e44478aa67031816c4ee5c525bcdd9cd3e87fcef8d2" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.168.0/helmfile_0.168.0_windows_386.tar.gz", - "hash": "c6cb2f725a273c516e34641252c34052a829e25893386c638910b609c4c82302" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.169.0/helmfile_0.169.0_windows_386.tar.gz", + "hash": "ad7f33a88b09a44f60236016903f230e0735f98b5397f8a07f9214b6eb406439" } }, "bin": "helmfile.exe",