We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9854a92 commit 4ef9af3Copy full SHA for 4ef9af3
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://catalog.qa.redhat.com/api/containers/v1"
+ PYXIS_URL="https://catalog.qa.redhat.com/api/containers/"
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://catalog.dev.redhat.com/api/containers/v1"
+ PYXIS_URL="https://catalog.dev.redhat.com/api/containers/"
88
89
90
TARGET_BRANCH="dev"
0 commit comments