From 60c52712b6082bc49cc4bd8cd06c9229e4b5f78d Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Wed, 7 Dec 2022 10:59:32 +0200 Subject: [PATCH] components: Remove KubeSecondaryDNS Until https://github.com/go-git/go-git/pull/485 is fixed since it blocks the auto bumper when cloning the KSD repository. Signed-off-by: Or Shoval --- components.yaml | 6 ------ ...secondary-dns.sh => disabled.bump-kube-secondary-dns.sh} | 0 2 files changed, 6 deletions(-) rename hack/components/{bump-kube-secondary-dns.sh => disabled.bump-kube-secondary-dns.sh} (100%) diff --git a/components.yaml b/components.yaml index 0877c7d1d..68309c8bb 100644 --- a/components.yaml +++ b/components.yaml @@ -41,9 +41,3 @@ components: branch: main update-policy: tagged metadata: v0.29.1 - kube-secondary-dns: - url: https://github.com/kubevirt/kubesecondarydns - commit: a7779d99e0b196119f8bf9337186f091aea54df0 - branch: main - update-policy: tagged - metadata: v0.0.5 diff --git a/hack/components/bump-kube-secondary-dns.sh b/hack/components/disabled.bump-kube-secondary-dns.sh similarity index 100% rename from hack/components/bump-kube-secondary-dns.sh rename to hack/components/disabled.bump-kube-secondary-dns.sh