diff --git a/ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml b/ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml index a5b76c0b28cef..b576c9ab608a4 100644 --- a/ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml +++ b/ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml @@ -67,8 +67,8 @@ tests: commands: | rebasebot --source-repo kubernetes-sigs/cluster-api-provider-azure \ --source-ref-hook _BUILTIN_/source-ref-hooks/latest-stable-release.sh \ - --dest openshift/cluster-api-provider-azure:master \ - --rebase openshift-cloud-team/cluster-api-provider-azure:rebase-bot-master \ + --dest openshift/cluster-api-provider-azure:main \ + --rebase openshift-cloud-team/cluster-api-provider-azure:rebase-bot-main \ --update-go-modules \ --post-rebase-hook git:https://github.com/openshift/cluster-capi-operator/main:hack/rebasebot-hook-scripts/update-ocp-manifests-gen.sh git:https://github.com/openshift/cluster-capi-operator/main:hack/rebasebot-hook-scripts/generate-ocp-manifests.sh \ --slack-webhook /secrets/rebasebot/slack-webhook \