From 80effb623f95cf6f198d96ac836a84257b46c691 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:56:42 +0000 Subject: [PATCH] helmfile: Update to version 0.145.5 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index a7ecfcf90d..4c5865b798 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.145.4", + "version": "0.145.5", "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.145.4/helmfile_0.145.4_windows_amd64.tar.gz", - "hash": "737074494a73ddd8dfcabe2cc6622f491fee63cf8382a3857ce6cbbda50fd213" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.145.5/helmfile_0.145.5_windows_amd64.tar.gz", + "hash": "0c7cb1fa4298fca40734b22eee8cf996bc61f6eefffc791b592fcf951eecea1e" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.145.4/helmfile_0.145.4_windows_386.tar.gz", - "hash": "57769ad14507a21e7d79486735bbda4bd9a8a3213d10326be6e2d96e43f8f385" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.145.5/helmfile_0.145.5_windows_386.tar.gz", + "hash": "54dca33cbac3d0018e3528093ca73a7ab967c617f75489c0b60091271969af34" } }, "bin": "helmfile.exe",