From a37b59a414148b787868fb8d0d88ac731c9d63cf Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Sat, 14 Jan 2023 21:27:00 +0100 Subject: [PATCH] updates kustomize with newly released version Signed-off-by: Raffaele Di Fazio --- kustomize/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index 294b5a2d8..03d30833d 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization images: - name: registry.k8s.io/external-dns/external-dns - newTag: v0.13.1 + newTag: v0.13.2 resources: - ./external-dns-deployment.yaml