From 6cf1eccb055f6e34b19b53923a78d8038af96eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 14 Feb 2021 07:51:24 +0100 Subject: [PATCH] kustomize: Update to version 4.0.1 --- bucket/kustomize.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kustomize.json b/bucket/kustomize.json index 46a9f3755c..2a3ab341f0 100644 --- a/bucket/kustomize.json +++ b/bucket/kustomize.json @@ -1,12 +1,12 @@ { - "version": "4.0.0", + "version": "4.0.1", "description": "Customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.", "homepage": "https://github.com/kubernetes-sigs/kustomize", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.0.0/kustomize_v4.0.0_windows_amd64.tar.gz", - "hash": "b7494313d0b45ab57d2bb4a26c44c18180565e30661dcf53b78314fac761db5b" + "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.0.1/kustomize_v4.0.1_windows_amd64.tar.gz", + "hash": "2a6793b6809bb99e4e9c93914c62233d018ec170acbf2ec086d87091f7f0cbff" } }, "bin": "kustomize.exe",