-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Description
Describe the bug
I am using what's up docker and it shows that the latest version is 2.37.0 when is actually 0.47.1
To Reproduce
Just run whats-up docker using the image
mongo-prometheus-exporter:
command:
- "--mongodb.uri=mongodb://mongo:27017"
depends_on:
- "mongo"
environment:
MONGODB_PASSWORD: "${MONGO_EXPORTER_USER_PASSWORD:?err}"
MONGODB_USER: "${MONGO_EXPORTER_USER:?err}"
TZ: "${TZ:?err}"
image: "percona/mongodb_exporter:${MONGO_PROMETHEUS_EXPORTER_VERSION:?err}"
labels:
wud.tag.include: "^\\d+\\.\\d+\\.\\d+$$"
networks:
- "mongo"
- "prometheus"
restart: "unless-stopped"Expected behavior
To see the latest, correct version