We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a52fc commit 9854a92Copy full SHA for 9854a92
ansible/roles/operator-pipeline/templates/openshift/tasks/set-env.yml
@@ -70,7 +70,7 @@ spec:
70
PYXIS_URL="https://pyxis.qa.engineering.redhat.com"
71
;;
72
external)
73
- PYXIS_URL="https://pyxis-qa-ext.int.us-west.dc.preprod.paas.redhat.com"
+ PYXIS_URL="https://catalog.qa.redhat.com/api/containers/v1"
74
75
esac
76
TARGET_BRANCH="qa"
@@ -84,7 +84,7 @@ spec:
84
PYXIS_URL="https://pyxis.dev.engineering.redhat.com"
85
86
87
- PYXIS_URL="https://pyxis-dev-ext.int.us-west.dc.preprod.paas.redhat.com"
+ PYXIS_URL="https://catalog.dev.redhat.com/api/containers/v1"
88
89
90
TARGET_BRANCH="dev"
0 commit comments