From 0fb17dea6452fe33a51697ef3d26c50a6589e48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 15 Sep 2020 08:19:20 +0200 Subject: [PATCH] helmfile: Update to version 0.129.3 --- bucket/helmfile.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 6cd849c90c..1d3c2aacac 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -1,16 +1,16 @@ { - "version": "0.129.2", + "version": "0.129.3", "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.2/helmfile_windows_amd64.exe#/helmfile.exe", - "hash": "a225b31268c1473b137ff5b7f362efd09cc6a3dddf2e2347f9f5ba7340c9acea" + "url": "https://github.com/roboll/helmfile/releases/download/v0.129.3/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "b2fa3df7ccf92758590912b6db6bfad3ac6e887f9e0fc781e74f2e1cd3070dc7" }, "32bit": { - "url": "https://github.com/roboll/helmfile/releases/download/v0.129.2/helmfile_windows_386.exe#/helmfile.exe", - "hash": "010c327ce494fa14a5653a1ff8f85abe8c366e99962af364d472aa1e55a6f0db" + "url": "https://github.com/roboll/helmfile/releases/download/v0.129.3/helmfile_windows_386.exe#/helmfile.exe", + "hash": "ec300b19b2a5a682ae6883b0cc3331f31f8a3bf2ada32ea8834ebd8dd1f7b036" } }, "bin": "helmfile.exe",