From 3e3965fee5395cec7ef4ac5679de28ac9c91b416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 1 Sep 2020 15:18:27 +0200 Subject: [PATCH] helmfile: Update to version 0.127.0 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 3a4d2a4e48..f7e5ba675e 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.126.1", + "version": "0.127.0", "description": "Command line interface to deploy Kubernetes Helm Charts.", "homepage": "https://github.com/roboll/helmfile/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.126.1/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "3b0655e88670a36781b9d78678c0a92dd4f73ef32b9bb99d702a06c77eb4d328" + "url": "https://github.com/roboll/helmfile/releases/download/v0.127.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "5eac82685594f521925935c545c17bf10ffc877b773fc7bf289609d0f4fc3c04" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.126.1/helmfile_windows_386.exe#/helmfile.exe", - "hash": "a30708e51502c75240e83c70ad9b4b8cc892a94a58809df941eeee6955f0e396" + "url": "https://github.com/roboll/helmfile/releases/download/v0.127.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "fafe2db953b798f2eb491840e8abef5b7934c817ca78edc42381e2ce3107e917" } }, "bin": "helmfile.exe",