redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

[v24.2.x] Fix cloud operator_v2 check

Open vbotbuildovich opened this issue 5 months ago • 0 comments

Backport https://github.com/redpanda-data/redpanda/pull/23040 to branch v24.2.x. Note that this issue was created as a placeholder, since the original PR's commit(s) could not be automatically cherry-picked. Here are the commands to execute:

git checkout v24.2.x
git checkout -b vbotbuildovich/backport-23040-v24.2.x-146
git cherry-pick -x 059ae3591d72b7fad484d329370f48c4472bd52d

git push origin vbotbuildovich/backport-23040-v24.2.x-146
gh pr create \
  --title "[v24.2.x] Fix cloud operator_v2 check" \
  --base "v24.2.x" \
  --label "kind/backport" \
  --head "vbotbuildovich/backport-23040-v24.2.x-146" \
  --draft \
  --repo "redpanda-data/redpanda" \
  --milestone "v24.2.x-next" \
  --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/23040 "

JIRA Link: [CORE-7055](https://redpandadata.atlassian.net/browse/CORE-7055)

vbotbuildovich avatar Aug 26 '24 15:08 vbotbuildovich