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..82b97eb244fbd 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 @@ -217,8 +217,8 @@ tests: commands: | rebasebot --source-repo kubernetes-sigs/cluster-api \ --source-ref-hook _BUILTIN_/source-ref-hooks/latest-stable-release.sh \ - --dest openshift/cluster-api:master \ - --rebase openshift-cloud-team/cluster-api:rebase-bot-master \ + --dest openshift/cluster-api:main \ + --rebase openshift-cloud-team/cluster-api: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 \