diff --git a/bucket/kustomize.json b/bucket/kustomize.json index f128f6525f..2446ff21d4 100644 --- a/bucket/kustomize.json +++ b/bucket/kustomize.json @@ -1,17 +1,17 @@ { - "version": "4.5.2", + "version": "4.5.3", "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.5.2/kustomize_v4.5.2_windows_amd64.tar.gz", - "hash": "3c6310caa6a23d17711a312f1a33690365ba6be9a806752aac215613fdf7c605" + "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.5.3/kustomize_v4.5.3_windows_amd64.tar.gz", + "hash": "ad5ac5ed8d244309e4a41cfd61e87918096e159514e4867c9449409b67a6709f" } }, "bin": "kustomize.exe", "checkver": { - "github": "https://github.com/kubernetes-sigs/kustomize", + "url": "https://github.com/kubernetes-sigs/kustomize/releases", "regex": "kustomize/v([\\d.]+)" }, "autoupdate": {