Skip to content

Commit

Permalink
Fix ODF CLI live image location
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Balogh <[email protected]>
  • Loading branch information
petr-balogh committed Mar 19, 2024
1 parent fc479be commit 4f9e022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@
MCG_CLI_DEV_IMAGE = "quay.io/rhceph-dev/mcg-cli"
MCG_CLI_OFFICIAL_IMAGE = "registry.redhat.io/odf4/mcg-cli-rhel9"
ODF_CLI_DEV_IMAGE = "quay.io/rhceph-dev/odf4-odf-cli-rhel9"
ODF_CLI_OFFICIAL_IMAGE = "registry.redhat.io/odf4/odf4-odf-cli-rhel9"
ODF_CLI_OFFICIAL_IMAGE = "registry.redhat.io/odf4/odf-cli-rhel9"

# Storage classes provisioners
OCS_PROVISIONERS = [
Expand Down

0 comments on commit 4f9e022

Please sign in to comment.