From 35cb29644cb1915169ffa93e040bd2841be0cbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 21 Sep 2020 08:10:17 +0200 Subject: [PATCH] helmfile: Update to version 0.129.4 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 1d3c2aacac..28867cb3a3 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.129.3", + "version": "0.129.4", "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.129.3/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "b2fa3df7ccf92758590912b6db6bfad3ac6e887f9e0fc781e74f2e1cd3070dc7" + "url": "https://github.com/roboll/helmfile/releases/download/v0.129.4/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "c4bd2718d67e484f11fdc2ce9a3a50d007c580f0510f89a5bdc7c945c7f1a2ea" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.129.3/helmfile_windows_386.exe#/helmfile.exe", - "hash": "ec300b19b2a5a682ae6883b0cc3331f31f8a3bf2ada32ea8834ebd8dd1f7b036" + "url": "https://github.com/roboll/helmfile/releases/download/v0.129.4/helmfile_windows_386.exe#/helmfile.exe", + "hash": "b5b859a27d748963de25810967ffe6bfbcfc75aa3cc53f2811130d0f7a022567" } }, "bin": "helmfile.exe",