Skip to content

Commit 4ef9af3

Browse files
Adam JelinekAdamJel
Adam Jelinek
authored andcommitted
ISV-1678: fix: removed 'v1' from URIs
1 parent 9854a92 commit 4ef9af3

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://catalog.qa.redhat.com/api/containers/v1"
73+
PYXIS_URL="https://catalog.qa.redhat.com/api/containers/"
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://catalog.dev.redhat.com/api/containers/v1"
87+
PYXIS_URL="https://catalog.dev.redhat.com/api/containers/"
8888
;;
8989
esac
9090
TARGET_BRANCH="dev"

0 commit comments

Comments
 (0)