From bc9d0f8931540bb42524f09cf634af064fd4f0ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 04:27:37 +0000 Subject: [PATCH] helmfile: Update to version 0.150.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 65868721b2..8d3a57b4cf 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.149.0", + "version": "0.150.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.149.0/helmfile_0.149.0_windows_amd64.tar.gz", - "hash": "10ff21f56402e523c20230c5990ca2c6f61ec81efcbb5c13bb93c4a88b5ce117" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.150.0/helmfile_0.150.0_windows_amd64.tar.gz", + "hash": "a0ca977fc98ff62bfc43e676dd91eac90a12a3faddba6dff9bd2cddcccaca2cb" }, "32bit": { - "url": "https://github.com/helmfile/helmfile/releases/download/v0.149.0/helmfile_0.149.0_windows_386.tar.gz", - "hash": "c57a221d74f1b1e9149cf192553a9709f1a0994a99d49a35110bc1d877d8c5a5" + "url": "https://github.com/helmfile/helmfile/releases/download/v0.150.0/helmfile_0.150.0_windows_386.tar.gz", + "hash": "72ec2d0a38e2f1eb79405786a573fa45edea203d06b488b877fc990cbbe26fb3" } }, "bin": "helmfile.exe",