Skip to content

Commit 9854a92

Browse files
Adam JelinekAdamJel
Adam Jelinek
authored andcommitted
[ISV-1678] Update Pyxis external URLs in set-env task
1 parent 84a52fc commit 9854a92

File tree

1 file changed

+2
-2
lines changed
  • ansible/roles/operator-pipeline/templates/openshift/tasks

1 file changed

+2
-2
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/set-env.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
PYXIS_URL="https://pyxis.qa.engineering.redhat.com"
7171
;;
7272
external)
73-
PYXIS_URL="https://pyxis-qa-ext.int.us-west.dc.preprod.paas.redhat.com"
73+
PYXIS_URL="https://catalog.qa.redhat.com/api/containers/v1"
7474
;;
7575
esac
7676
TARGET_BRANCH="qa"
@@ -84,7 +84,7 @@ spec:
8484
PYXIS_URL="https://pyxis.dev.engineering.redhat.com"
8585
;;
8686
external)
87-
PYXIS_URL="https://pyxis-dev-ext.int.us-west.dc.preprod.paas.redhat.com"
87+
PYXIS_URL="https://catalog.dev.redhat.com/api/containers/v1"
8888
;;
8989
esac
9090
TARGET_BRANCH="dev"

0 commit comments

Comments
 (0)