Skip to content

Commit

Permalink
Add test operator into the openstack-operator-index
Browse files Browse the repository at this point in the history
This patch adds the test-operator into the openstack-operator-index.
Up until now the test-operator had its own index called
test-operator-index [1].

[1] https://quay.io/repository/openstack-k8s-operators/test-operator-index
  • Loading branch information
lpiwowar committed Apr 19, 2024
1 parent f32d330 commit 4bbf8b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/pin-bundle-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@ done
if [ -z "$DOCKERFILE" ]; then
# pin rabbit to sha256 for the e2d413c102bc73d4b5e186d1d1b1f9bf728701e1 tag (v2.6.0)
echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:261306a5a39a379079a7f30491491ce1bd3ae3e21d9610af9734e4e56d32358d"

REPO_CURL_URL="https://quay.io/api/v1/repository/openstack-k8s-operators"
SHA=$(curl -s ${REPO_CURL_URL}/test-operator-bundle/tag/?onlyActiveTags=true?limit=100 | jq -r .tags[].name | sort -u | head -n 1)
echo -n ",quay.io/openstack-k8s-operators/test-operator-bundle:${SHA}"
fi

0 comments on commit 4bbf8b8

Please sign in to comment.