From 90ae65cf9b7cc0d05856c8146e1eddfc938ff8de Mon Sep 17 00:00:00 2001 From: Ryan Fredette Date: Tue, 8 Sep 2026 09:09:23 -0400 Subject: [PATCH] Update code reference to use the default branch name 'main' --- hack/buildconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/buildconfig.yaml b/hack/buildconfig.yaml index 506ea80b5..0b414d5f8 100644 --- a/hack/buildconfig.yaml +++ b/hack/buildconfig.yaml @@ -33,4 +33,4 @@ parameters: value: https://github.com/openshift/cluster-dns-operator - description: 'Git branch' name: GIT_BRANCH - value: master + value: main