From c051f671770a7e13e7adcd4960b713976e4d5631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 1 Mar 2021 11:45:10 +0100 Subject: [PATCH] kustomize: Update to version 4.0.4 --- bucket/kustomize.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kustomize.json b/bucket/kustomize.json index 17a6322a90..129b9359de 100644 --- a/bucket/kustomize.json +++ b/bucket/kustomize.json @@ -1,12 +1,12 @@ { - "version": "4.0.3", + "version": "4.0.4", "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.3/kustomize_v4.0.3_windows_amd64.tar.gz", - "hash": "3824c30bb16b9515978ae7d0a2b6a2e87f69b71d8fa6b8dfc2d08fcd265d37d0" + "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.0.4/kustomize_v4.0.4_windows_amd64.tar.gz", + "hash": "04ef445997b3220fa023eef2455a64c144d9811208ae6b74c251aa1e95a29373" } }, "bin": "kustomize.exe",