From 58f688f522538368f1e2c0f78592fcdeb74b6528 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:30:03 +0000 Subject: [PATCH] helmfile: Update to version 0.168.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index f417ef29cf..0df0dce5d2 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.167.1", + "version": "0.168.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.167.1/helmfile_0.167.1_windows_amd64.tar.gz", - "hash": "da9fb1b15bf987dae41010e2d640061a9e7bcf262fdf225c7b40095bc2b6ce3a" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.168.0/helmfile_0.168.0_windows_amd64.tar.gz", + "hash": "82e19f71b191855c25a740e04a925dc24aae55278713d670dbd34b6a6df2a4f2" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.167.1/helmfile_0.167.1_windows_386.tar.gz", - "hash": "a60ba6418881291beb23c176e6c84e7b48bfb8d0f02da8a80e74bf980d225f7a" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.168.0/helmfile_0.168.0_windows_386.tar.gz", + "hash": "c6cb2f725a273c516e34641252c34052a829e25893386c638910b609c4c82302" } }, "bin": "helmfile.exe",