From 200038e10e1c97aa5884bccedfa187a633e7ab69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 13 Feb 2021 08:22:36 +0100 Subject: [PATCH] kustomize: Update to version 4.0.0 --- bucket/kustomize.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kustomize.json b/bucket/kustomize.json index d96105762d..46a9f3755c 100644 --- a/bucket/kustomize.json +++ b/bucket/kustomize.json @@ -1,12 +1,12 @@ { - "version": "3.10.0", + "version": "4.0.0", "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/v3.10.0/kustomize_v3.10.0_windows_amd64.tar.gz", - "hash": "aa1db87c2ef85bb4780e96299873a6b7960385f1599a2193dbd449e90a58c20d" + "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.0.0/kustomize_v4.0.0_windows_amd64.tar.gz", + "hash": "b7494313d0b45ab57d2bb4a26c44c18180565e30661dcf53b78314fac761db5b" } }, "bin": "kustomize.exe",