From c226aa9c90d7d6d76c956ef4c7af6323027bf156 Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Fri, 17 Dec 2021 08:56:37 +0000 Subject: [PATCH] bump kustomize to v0.10.2 Signed-off-by: GitHub --- kustomize/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index ac086b49c..df5f4aa2a 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization images: - name: k8s.gcr.io/external-dns/external-dns - newTag: v0.10.0 + newTag: v0.10.2 resources: - ./external-dns-deployment.yaml