From c58579a6c59646cd7862a553e5020e6490d2653e Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Thu, 12 Dec 2024 18:18:27 -0500 Subject: [PATCH] fix bundle name for rh-certified PRs (#1527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Timothée Bavelier <97530782+tbavelier@users.noreply.github.com> --- hack/publish-community-bundles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/publish-community-bundles.sh b/hack/publish-community-bundles.sh index e9e581acf..f17a242ce 100755 --- a/hack/publish-community-bundles.sh +++ b/hack/publish-community-bundles.sh @@ -68,7 +68,7 @@ do certified-operators) ORG="redhat-openshift-ecosystem" OPERATOR_SUBPATH="datadog-operator-certified" - BUNDLE_NAME="bundle-redhat" + BUNDLE_NAME="bundle-redhat-certified" ;; redhat-marketplace-operators) ORG="redhat-openshift-ecosystem"