From 18a2391128708bba4c626283431c7b232829665b Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Fri, 17 May 2024 19:06:30 +0200 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 6a16814539..37ea996555 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.14.1 + newTag: v0.14.2 resources: - ./external-dns-deployment.yaml