because js apps like to obfuscate things in .js files this will extract the info into useable json:
TAG=1.5-182
TAG=1.6-76
TAG=1.7-6
podman run -it --rm --entrypoint /bin/bash --user root -v .:/host-mount quay.io/rhdh/rhdh-hub-rhel9:$TAG -c \
'grep -H -R "RHDH Metadata" /opt/app-root/src/packages/app/dist/static/ | tr "," "\n" | grep Upstream -A2 -B2 | \