From 1f4a72ae36d1acad3cfe96bc462c0de0f28559c2 Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Mon, 9 Aug 2021 10:13:45 +0200 Subject: [PATCH] bump kustomize version to v0.9.0 --- kustomize/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index ed5dd8058..6f87be0ad 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.8.0 + newTag: v0.9.0 resources: - ./external-dns-deployment.yaml