We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133ecef commit 5e2f934Copy full SHA for 5e2f934
hack/pin-bundle-images.sh
@@ -17,7 +17,7 @@ if [ -n "$DOCKERFILE" ]; then
17
fi
18
19
#loop over each openstack-k8s-operators go.mod entry
20
-for MOD_PATH in $(go list -mod=readonly -m -json all | jq -r '. | select(.Path | contains("openstack")) | .Replace // . |.Path' | grep -v openstack-operator | grep -v lib-common); do
+for MOD_PATH in $(go list -mod=readonly -m -json all | jq -r '. | select(.Path | contains("openstack")) | .Replace // . |.Path' | grep -v openstack-operator | grep -v lib-common | grep -v telemetry-operator$); do
21
if [[ "$MOD_PATH" == "./apis" ]]; then
22
continue
23
0 commit comments